configpolicy/roles/zezere/templates/zezere.conf.j2

26 lines
467 B
Django/Jinja

[global]
secret_key = {{ zezere_secret_key }}
debug = no
allowed_hosts = {{ zezere_allowed_hosts|join(' ') }}
secure_cookie = yes
auth_method = local
[oidc.rp]
# client_id =
# client_secret =
sign_algo = RS256
[oidc.op]
# authorization_endpoint =
# token_endpoint =
# userinfo_endpoint =
# jwks_endpoint =
[database]
engine = django.db.backends.sqlite3
name = /var/lib/zezere/db.sqlite3
[secure_proxy_ssl_header]
# header = HTTP_X_FORWARDED_PROTO
# value = https