add session timeout

This commit is contained in:
nd 2021-03-08 15:03:14 +01:00
parent a60819b996
commit 08bc91dec4
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 4 additions and 1 deletions

View file

@ -13,5 +13,6 @@ mailman:
signup: True
change_pw: True
ldap: False
session_timeout: 3600
archiver:
key: "{{ lookup('password', '/dev/null length=128') }}"