We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992db1d commit 5a75b73Copy full SHA for 5a75b73
.env.example
@@ -12,7 +12,7 @@ DB_USER=pausestack
12
DB_PASSWORD=supersecret
13
DB_NAME=pausestack
14
DB_PORT=5432
15
-DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}
+DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
16
17
# EMAIL VARIABLES
18
EMAIL_FROM=No Reply <noreply@localhost.com>
0 commit comments