Update docker/authelia/config/configuration.server.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
2f97267136
commit
ebf833c313
|
@ -39,14 +39,13 @@ storage:
|
|||
# local:
|
||||
# path: /config/db.sqlite3
|
||||
mysql:
|
||||
host: authelia_mariadb
|
||||
port: 3306
|
||||
address: 'tcp://authelia_mariadb:3306'
|
||||
database: authelia
|
||||
username: authelia
|
||||
## Password can also be set using a secret: https://www.authelia.com/docs/configuration/secrets.html
|
||||
password: authelia
|
||||
timeout: 5s
|
||||
|
||||
|
||||
notifier:
|
||||
smtp:
|
||||
address: smtp.gmail.com:587
|
||||
|
@ -65,6 +64,7 @@ session:
|
|||
cookies:
|
||||
- domain: {{ env "TRAEFIK_DOMAIN" }}
|
||||
authelia_url: 'https://login.{{ env "TRAEFIK_DOMAIN" }}'
|
||||
default_redirection_url: 'https://login.{{ env "TRAEFIK_DOMAIN"}}'
|
||||
name: 'authelia_session'
|
||||
same_site: 'lax'
|
||||
inactivity: '5m'
|
||||
|
|
Loading…
Reference in New Issue