Configure bodhi sessions to last two weeks.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
26dc566b80
commit
50794f1fac
2 changed files with 4 additions and 0 deletions
|
@ -441,6 +441,8 @@ mako.directories = bodhi:server/templates
|
||||||
authtkt.secret = {{ bodhi2AuthTkt }}
|
authtkt.secret = {{ bodhi2AuthTkt }}
|
||||||
session.secret = {{ bodhi2SessionSecret }}
|
session.secret = {{ bodhi2SessionSecret }}
|
||||||
authtkt.secure = true
|
authtkt.secure = true
|
||||||
|
# How long should an authorization ticket be valid for, in seconds? Defaults to one day.
|
||||||
|
authtkt.timeout = 1209600
|
||||||
|
|
||||||
# pyramid_beaker
|
# pyramid_beaker
|
||||||
session.type = file
|
session.type = file
|
||||||
|
|
|
@ -411,6 +411,8 @@ mako.directories = bodhi:server/templates
|
||||||
authtkt.secret = {{ bodhi2AuthTktSTG }}
|
authtkt.secret = {{ bodhi2AuthTktSTG }}
|
||||||
session.secret = {{ bodhi2SessionSecretSTG }}
|
session.secret = {{ bodhi2SessionSecretSTG }}
|
||||||
authtkt.secure = true
|
authtkt.secure = true
|
||||||
|
# How long should an authorization ticket be valid for, in seconds? Defaults to one day.
|
||||||
|
authtkt.timeout = 1209600
|
||||||
|
|
||||||
# pyramid_beaker
|
# pyramid_beaker
|
||||||
session.type = file
|
session.type = file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue