dd
This commit is contained in:
parent
e8498243f1
commit
9efdc34c55
1 changed files with 6 additions and 3 deletions
|
@ -23,9 +23,12 @@ access_control:
|
|||
session:
|
||||
name: authelia_session
|
||||
secret: {{ lookup('viczem.keepass.keepass', 'authelia_session_secret', 'password') }}
|
||||
expiration: 3600 # 1 hour
|
||||
inactivity: 300 # 5 minutes
|
||||
domain: mgrote.net # Should match whatever your root protected domain is
|
||||
expiration: 3600
|
||||
inactivity: 300
|
||||
cookies:
|
||||
- name: mgrote.net
|
||||
domain: mgrote.net
|
||||
authelia_url: https://auth.mgrote.net
|
||||
|
||||
redis:
|
||||
host: authelia-redis
|
||||
|
|
Loading…
Reference in a new issue