Update authelia/authelia/configuration.yml
This commit is contained in:
@@ -32,7 +32,7 @@ access_control:
|
||||
# Rules applied to everyone
|
||||
- domain: 'public.example.com'
|
||||
policy: 'bypass'
|
||||
- domain: '*.johnsnexus.com'
|
||||
- domain: 'nextfamhistweb.johnsnexus.click'
|
||||
policy: 'one_factor'
|
||||
- domain: 'secure.example.com'
|
||||
policy: 'two_factor'
|
||||
@@ -60,15 +60,17 @@ regulation:
|
||||
ban_time: '5 minutes'
|
||||
|
||||
storage:
|
||||
encryption_key: 'you_must_generate_a_random_string_of_more_than_twenty_chars_and_configure_this'
|
||||
encryption_key: 'l8bUkiQtOITmiHQooi7lR3UCCKIjCGsteLj56WXWuwvBU1ybXBb98txdY2SSr4pw'
|
||||
local:
|
||||
path: '/config/db.sqlite3'
|
||||
|
||||
notifier:
|
||||
smtp:
|
||||
username: 'test'
|
||||
username: 'john.study55@gmail.com'
|
||||
# This secret can also be set using the env variables AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
|
||||
password: 'password'
|
||||
address: 'smtp://mail.example.com:25'
|
||||
sender: 'admin@example.com'
|
||||
password: 'jmxn lvnv wdtx sxvf'
|
||||
address: 'submission://smtp.gmail.com:587'
|
||||
sender: 'john.study55@gmail.com'
|
||||
# subject: "[Authelia] {title}"
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user