mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Uncommented filesystem notifier
This commit is contained in:
parent
04cd62dd3e
commit
ed9b593ddf
|
@ -86,8 +86,8 @@ regulation:
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
# For testing purpose, notifications can be sent in a file
|
# For testing purpose, notifications can be sent in a file
|
||||||
## filesystem:
|
filesystem:
|
||||||
## filename: /tmp/authelia/notification.txt
|
filename: /tmp/authelia/notification.txt
|
||||||
|
|
||||||
# Use your email account to send the notifications. You can use an app password.
|
# Use your email account to send the notifications. You can use an app password.
|
||||||
# List of valid services can be found here: https://nodemailer.com/smtp/well-known/
|
# List of valid services can be found here: https://nodemailer.com/smtp/well-known/
|
||||||
|
@ -98,11 +98,11 @@ notifier:
|
||||||
## service: gmail
|
## service: gmail
|
||||||
|
|
||||||
# Use a SMTP server for sending notifications
|
# Use a SMTP server for sending notifications
|
||||||
smtp:
|
#smtp:
|
||||||
username: test
|
# username: test
|
||||||
password: password
|
# password: password
|
||||||
secure: false
|
# secure: false
|
||||||
host: 'smtp'
|
# host: 'smtp'
|
||||||
port: 1025
|
# port: 1025
|
||||||
sender: admin@example.com
|
# sender: admin@example.com
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user