FedOAuth 3.1.0 has a global template dir

This commit is contained in:
Patrick Uiterwijk 2014-09-26 21:17:19 +00:00
parent 63d2f807b5
commit aeffd70454

View file

@ -11,6 +11,7 @@ SQLALCHEMY_DATABASE_URI="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass
GLOBAL = {'reverse_proxied': True,
'cookies_secure': True,
'transactions_timeout': 5,
'global_template_dir': '/usr/share/fedoauth/templates/global/',
'template_dir': '/usr/share/fedoauth/templates/fedora/',
'logging_config_location': '/etc/fedoauth/fedoauth.log.cfg',
'secret_key': '{{ fedoauth_secret_key }}',