mailApp/.env
Nick Bland 6db0a7bc86
implement test changes regarding database
also added .env for database connection details (used by sqlx)
2021-11-07 00:23:49 +10:00

1 line
69 B
Bash

DATABASE_URL="postgres://postgres:password@localhost:5432/newsletter"