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
|
||||
|
||||
storage:
|
||||
mysql:
|
||||
address: 'tcp://authelia-db:3306'
|
||||
encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}
|
||||
local:
|
||||
path: /data/db.sqlite3
|
||||
username: authelia
|
||||
password: {{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}
|
||||
|
||||
notifier:
|
||||
smtp:
|
||||
|
|
Loading…
Reference in a new issue