treewide: move to 'old' domain
This commit is contained in:
parent
47082428b8
commit
be7977ec0b
9 changed files with 13 additions and 11 deletions
|
|
@ -3,9 +3,9 @@ port: 9091
|
|||
log_level: debug
|
||||
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
||||
#jwt_secret: a_very_important_secret
|
||||
default_redirection_url: https://belanyi.fr
|
||||
default_redirection_url: https://old.belanyi.fr
|
||||
totp:
|
||||
issuer: authelia.belanyi.fr
|
||||
issuer: authelia.old.belanyi.fr
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
|
|
@ -28,7 +28,7 @@ session:
|
|||
#secret: unsecure_session_secret
|
||||
expiration: 3600 # 1 hour
|
||||
inactivity: 300 # 5 minutes
|
||||
domain: belanyi.fr # Should match whatever your root protected domain is
|
||||
domain: old.belanyi.fr # Should match whatever your root protected domain is
|
||||
|
||||
regulation:
|
||||
max_retries: 3
|
||||
|
|
|
|||
Reference in a new issue