From 004e1e58904dcc750f018daba6f61cfac8a42b75 Mon Sep 17 00:00:00 2001 From: Sebastian Schmittner Date: Wed, 24 Apr 2024 12:28:44 +0200 Subject: [PATCH] need to use localhost to access db from backend for host mode networking --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index d005e123..1debb1fa 100644 --- a/.env.example +++ b/.env.example @@ -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 @@ -29,4 +29,4 @@ DB_PASSWORD=admin_password_postgres ISSUER_BASE_URL=http://localhost:3001 #verifier -VERIFIER_BASE_URL=http://localhost:3002 \ No newline at end of file +VERIFIER_BASE_URL=http://localhost:3002