Skip to content

Commit

Permalink
zess: use zess user for db
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Oct 10, 2024
1 parent 21b1d89 commit 9279536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: postgres:alpine3.20
environment:
- POSTGRES_PASSWORD=zess
- POSTGRES_USER=postgres
- POSTGRES_USER=zess
- POSTGRES_DB=zess
volumes:
- db-data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion vingo/dev.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEBUG_LOGIN="FALSE"
DEVELOPMENT="TRUE"

POSTGRES_CONNECTION_STRING="postgres://postgres:[email protected]/zess?sslmode=disable"
POSTGRES_CONNECTION_STRING="postgres://zess:[email protected]/zess?sslmode=disable"
ZAUTH_URL="https://zauth.zeus.gent"
ZAUTH_CALLBACK_PATH="http://localhost:4000/api/auth/callback"
FRONTEND_URL="http://localhost:5173/"
Expand Down

0 comments on commit 9279536

Please sign in to comment.