Skip to content

Commit

Permalink
fix: change default.env to db:5432
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanHjelsethStorstad committed Oct 26, 2023
1 parent fb57796 commit d42e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_NAME=devdb
DB_USERNAME=user
DB_PASSWORD=password

DB_URI="postgresql://${DB_USERNAME}:${DB_PASSWORD}@localhost:5432/${DB_NAME}"
DB_URI="postgresql://${DB_USERNAME}:${DB_PASSWORD}@db:5432/${DB_NAME}"

# NextAuth
NEXTAUTH_URL="http://localhost:3000"
Expand Down

0 comments on commit d42e427

Please sign in to comment.