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