# gatekeeper — variables for systemd (prefix PROXY_)
# Docs: https://gogatekeeper.github.io/gatekeeper
# After edit: systemctl restart gatekeeper

PROXY_UPSTREAM_URL=http://127.0.0.1:8081
PROXY_DISCOVERY_URL=http://127.0.0.1:8082/realms/master
PROXY_CLIENT_ID=gatekeeper
PROXY_CLIENT_SECRET=
# 16 or 32 ASCII chars, or PROXY_ENABLE_ENCRYPTED_TOKEN=false
PROXY_ENCRYPTION_KEY=

#PROXY_LISTEN=127.0.0.1:8080
#PROXY_REDIRECTION_URL=http://example.org
#PROXY_ENABLE_ENCRYPTED_TOKEN=false
#PROXY_TLS_CERT=
#PROXY_TLS_PRIVATE_KEY=
#PROXY_SIGN_IN_PAGE=/usr/share/gatekeeper/templates/sign_in.html.tmpl
#PROXY_FORBIDDEN_PAGE=/usr/share/gatekeeper/templates/forbidden.html.tmpl
#PROXY_ERROR_PAGE=/usr/share/gatekeeper/templates/error.html.tmpl
#PROXY_CONFIG_FILE=/etc/gatekeeper/gatekeeper.yaml
