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.
1 parent 0daf45d commit 97908c1Copy full SHA for 97908c1
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