Skip to content

Commit

Permalink
need to use localhost to access db from backend for host mode networking
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor authored Apr 24, 2024
1 parent 2b69bb0 commit 004e1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ KEYCLOAK_CLIENT_ID=browser

# DB config
## use the docker compose service name as the host name
DB_HOST=db
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
DB_USERNAME=postgres
Expand All @@ -29,4 +29,4 @@ DB_PASSWORD=admin_password_postgres
ISSUER_BASE_URL=http://localhost:3001

#verifier
VERIFIER_BASE_URL=http://localhost:3002
VERIFIER_BASE_URL=http://localhost:3002

0 comments on commit 004e1e5

Please sign in to comment.