1
0
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:
Philipp Rintz 2018-10-12 16:18:17 +02:00 committed by GitHub
parent 04cd62dd3e
commit ed9b593ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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