FedOAuth 3.1.0 has a global template dir
This commit is contained in:
parent
63d2f807b5
commit
aeffd70454
1 changed files with 1 additions and 0 deletions
|
@ -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 }}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue