mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-28 11:51:53 +01:00
allow customizing OICD scopes
This commit is contained in:
@@ -20,6 +20,8 @@ GODOXY_API_PASSWORD=password
|
||||
# GODOXY_OIDC_CLIENT_SECRET=your-client-secret
|
||||
# Keep /api/auth/callback as the redirect URL, change the domain to match your setup.
|
||||
# GODOXY_OIDC_REDIRECT_URL=https://your-domain/api/auth/callback
|
||||
# Comma-separated list of scopes
|
||||
# GODOXY_OIDC_SCOPES=openid, profile, email
|
||||
|
||||
# Proxy listening address
|
||||
GODOXY_HTTP_ADDR=:80
|
||||
@@ -32,4 +34,4 @@ GODOXY_API_ADDR=127.0.0.1:8888
|
||||
#GODOXY_PROMETHEUS_ADDR=:8889
|
||||
|
||||
# Debug mode
|
||||
GODOXY_DEBUG=false
|
||||
GODOXY_DEBUG=false
|
||||
Reference in New Issue
Block a user