changer cdn et pourcentage allocation

This commit is contained in:
2019-06-01 11:10:31 +02:00
parent 5cb738738f
commit 026bc02046
5 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ def main(global_config, **settings):
"""
# declarations
session_factory = SignedCookieSessionFactory('df53ktTE1G')
authn_policy = AuthTktAuthenticationPolicy('5D9Phu1xyP', callback=groupfinder, hashalg='sha512')
authn_policy = AuthTktAuthenticationPolicy('5D9Phu1xyP', callback=groupfinder, hashalg='sha512', timeout=36000)
authz_policy = ACLAuthorizationPolicy()
mailer_factory_from_settings(settings)