We put this in /etc/fedoauth
This commit is contained in:
parent
32be316aee
commit
5e211359fd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ GLOBAL = {'reverse_proxied': True,
|
||||||
'cookies_secure': True,
|
'cookies_secure': True,
|
||||||
'transactions_timeout': 5,
|
'transactions_timeout': 5,
|
||||||
'template_dir': '/usr/share/fedoauth/templates/fedora/',
|
'template_dir': '/usr/share/fedoauth/templates/fedora/',
|
||||||
'logging_config_location': 'fedoauth.log.cfg',
|
'logging_config_location': '/etc/fedoauth/fedoauth.log.cfg',
|
||||||
'secret_key': '{{ fedoauth_secret_key }}',
|
'secret_key': '{{ fedoauth_secret_key }}',
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue