mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-558: Add seraph config.
This commit is contained in:
parent
475779d50c
commit
9ff0842fa2
@ -81,6 +81,14 @@ for key, defval in defaults.items():
|
||||
gen_cfg('server.xml.j2', server_xml, env)
|
||||
|
||||
|
||||
######################################################################
|
||||
# Configure seraph login handling.
|
||||
|
||||
# The default is two weeks, in seconds, same as the seraph default.
|
||||
env['atl_autologin_cookie_age'] = env.get('atl_autologin_cookie_age', "1209600")
|
||||
|
||||
gen_cfg('seraph-config.xml.j2', seraph, env)
|
||||
|
||||
|
||||
######################################################################
|
||||
# Start Confluence as the correct user
|
||||
|
Loading…
Reference in New Issue
Block a user