1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

fix: add storage encryption key for docker examples ()

This commit is contained in:
Amir Zarrinkafsh 2021-12-10 20:53:57 +11:00 committed by GitHub
parent 22bd22daa7
commit 33c2b3e10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
examples/compose
lite/authelia
local/authelia

View File

@ -58,6 +58,7 @@ regulation:
ban_time: 300
storage:
encryption_key: you_must_generate_a_random_string_of_more_than_twenty_chars_and_configure_this
local:
path: /config/db.sqlite3

View File

@ -43,6 +43,7 @@ regulation:
ban_time: 300
storage:
encryption_key: you_must_generate_a_random_string_of_more_than_twenty_chars_and_configure_this
local:
path: /config/db.sqlite3