We put this in /etc/fedoauth

This commit is contained in:
Patrick Uiterwijk 2014-06-15 19:44:36 +00:00
parent 32be316aee
commit 5e211359fd

View file

@ -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' %}