Skip to content

Commit 5a75b73

Browse files
authored
Update .env.example
1 parent 992db1d commit 5a75b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DB_USER=pausestack
1212
DB_PASSWORD=supersecret
1313
DB_NAME=pausestack
1414
DB_PORT=5432
15-
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}
15+
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
1616

1717
# EMAIL VARIABLES
1818
EMAIL_FROM=No Reply <noreply@localhost.com>

0 commit comments

Comments
 (0)