db config
This commit is contained in:
parent
4cd267704d
commit
c1efe69f96
1 changed files with 5 additions and 3 deletions
|
@ -37,9 +37,11 @@ regulation:
|
||||||
ban_time: 300
|
ban_time: 300
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}
|
mysql:
|
||||||
local:
|
address: 'tcp://authelia-db:3306'
|
||||||
path: /data/db.sqlite3
|
encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}
|
||||||
|
username: authelia
|
||||||
|
password: {{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
smtp:
|
smtp:
|
||||||
|
|
Loading…
Reference in a new issue