Allow login sessions to last longer than 1hr
This commit is contained in:
@@ -66,7 +66,7 @@ access_control:
|
||||
session:
|
||||
name: authelia_session
|
||||
secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}"
|
||||
expiration: 3600
|
||||
expiration: "1 day and 9 hours"
|
||||
cookies:
|
||||
- domain: othrayte.one
|
||||
authelia_url: "https://auth.othrayte.one"
|
||||
|
||||
Reference in New Issue
Block a user