From 37ac0b4843b5e14ce5b04cf8700a4df500751a6e Mon Sep 17 00:00:00 2001 From: Michael Schmidle Date: Sat, 11 Dec 2021 21:03:39 +0100 Subject: [PATCH] Update default.configuration.yml --- authelia/default.configuration.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/authelia/default.configuration.yml b/authelia/default.configuration.yml index 5a2b9cb..189ee3d 100644 --- a/authelia/default.configuration.yml +++ b/authelia/default.configuration.yml @@ -6,8 +6,10 @@ ## The theme to display: light, dark, grey. theme: light -host: 0.0.0.0 -port: 9091 +server: + host: 0.0.0.0 + port: 9091 + # This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE jwt_secret: a_very_important_secret default_redirection_url: https://public.example.com @@ -55,6 +57,9 @@ regulation: ban_time: 300 storage: + ## The encryption key that is used to encrypt sensitive information in the database. Must be a string with a minimum + ## length of 20. Please see the docs if you configure this with an undesirable key and need to change it. + encryption_key: you_must_generate_a_random_string_of_more_than_twenty_chars_and_configure_this local: path: /config/db.sqlite3