Skip to content

Commit 8deace7

Browse files
committed
Don't use inferred DB urls as prisma does not handle that
1 parent cea4b3d commit 8deace7

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
@@ -10,7 +10,7 @@ POSTGRES_USER="postgres"
1010
POSTGRES_PASSWORD="strong-password"
1111
POSTGRES_DB="splitpro"
1212
POSTGRES_PORT=5432
13-
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}:${POSTGRES_PORT}/${POSTGRES_DB}"
13+
DATABASE_URL="postgresql://postgres:strong-password@localhost:5432/splitpro"
1414

1515
# Next Auth
1616
# You should generate a new secret on the command line with:

0 commit comments

Comments
 (0)