changed from localhost to listen at 0.0.0.0

This commit is contained in:
2025-12-18 09:54:26 +01:00
parent 1e8071b76a
commit ced0f86561

View File

@ -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