Configure bodhi sessions to last two weeks.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-04-28 14:29:04 +00:00
parent 26dc566b80
commit 50794f1fac
2 changed files with 4 additions and 0 deletions

View file

@ -441,6 +441,8 @@ mako.directories = bodhi:server/templates
authtkt.secret = {{ bodhi2AuthTkt }}
session.secret = {{ bodhi2SessionSecret }}
authtkt.secure = true
# How long should an authorization ticket be valid for, in seconds? Defaults to one day.
authtkt.timeout = 1209600
# pyramid_beaker
session.type = file

View file

@ -411,6 +411,8 @@ mako.directories = bodhi:server/templates
authtkt.secret = {{ bodhi2AuthTktSTG }}
session.secret = {{ bodhi2SessionSecretSTG }}
authtkt.secure = true
# How long should an authorization ticket be valid for, in seconds? Defaults to one day.
authtkt.timeout = 1209600
# pyramid_beaker
session.type = file