general fixes
This commit is contained in:
@@ -41,6 +41,14 @@ COOKIE_DOMAIN=
|
||||
# Cookie max age in seconds (default: 3600 = 1 hour)
|
||||
COOKIE_MAX_AGE=3600
|
||||
|
||||
# -------------------------------------------
|
||||
# Reverse Proxy / TLS Termination
|
||||
# -------------------------------------------
|
||||
# Enable to trust X-Forwarded-* headers (set true behind ingress/nginx)
|
||||
PROXY_HEADERS=false
|
||||
# Comma-separated trusted proxy hosts/IPs (use "*" to trust all)
|
||||
TRUSTED_PROXY_HOSTS=127.0.0.1,::1
|
||||
|
||||
# -------------------------------------------
|
||||
# Database Configuration (PostgreSQL)
|
||||
# -------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user