fix: add storage encryption key for docker examples (#2703)

pull/2704/head
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

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