diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 557891ff3b..8970fdf32f 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -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 }}',