changed from localhost to listen at 0.0.0.0
This commit is contained in:
@ -27,7 +27,7 @@ POSTGRES_PASSWORD=P_QbECpV03H6P9zQNuyu0lyLdOySrlr7Rr9HNpVG3aw
|
|||||||
|
|
||||||
# OIDC Issuer URL (MUST match your public domain!)
|
# OIDC Issuer URL (MUST match your public domain!)
|
||||||
# Change this to your actual domain (e.g., https://auth.yourdomain.com)
|
# 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
|
# Client Credentials
|
||||||
OIDC_CLIENT_ID=homelab-client
|
OIDC_CLIENT_ID=homelab-client
|
||||||
|
|||||||
Reference in New Issue
Block a user