From ced0f865618e84242630f994892a904b5bcfe6a5 Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 18 Dec 2025 09:54:26 +0100 Subject: [PATCH] changed from localhost to listen at 0.0.0.0 --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 565b192..1749b99 100644 --- a/.env.production +++ b/.env.production @@ -27,7 +27,7 @@ POSTGRES_PASSWORD=P_QbECpV03H6P9zQNuyu0lyLdOySrlr7Rr9HNpVG3aw # OIDC Issuer URL (MUST match your public domain!) # Change this to your actual domain (e.g., https://auth.yourdomain.com) -OIDC_ISSUER=http://localhost:5000 +OIDC_ISSUER=http://0.0.0.0:5000 # Client Credentials OIDC_CLIENT_ID=homelab-client