Skip to content

Commit

Permalink
Update default.configuration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSchmidle committed Dec 11, 2021
1 parent aed925f commit 37ac0b4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions authelia/default.configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 37ac0b4

Please sign in to comment.