We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0daf45d + 97908c1 commit 5985530Copy full SHA for 5985530
1 file changed
.env.example
@@ -3,4 +3,4 @@ DB_PORT="5432"
3
DB_DATABASE="secjs"
4
DB_USERNAME="root"
5
DB_PASSWORD=""
6
-#DB_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_DATABASE}"
+DB_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_DATABASE}"
0 commit comments