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 cea4b3d commit 8deace7Copy full SHA for 8deace7
.env.example
@@ -10,7 +10,7 @@ POSTGRES_USER="postgres"
10
POSTGRES_PASSWORD="strong-password"
11
POSTGRES_DB="splitpro"
12
POSTGRES_PORT=5432
13
-DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}:${POSTGRES_PORT}/${POSTGRES_DB}"
+DATABASE_URL="postgresql://postgres:strong-password@localhost:5432/splitpro"
14
15
# Next Auth
16
# You should generate a new secret on the command line with:
0 commit comments