From ed9b593ddfa08598d7598d6f74166b8105542f44 Mon Sep 17 00:00:00 2001 From: Philipp Rintz <13933258+p-rintz@users.noreply.github.com> Date: Fri, 12 Oct 2018 16:18:17 +0200 Subject: [PATCH] Uncommented filesystem notifier --- config.minimal.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.minimal.yml b/config.minimal.yml index 2771b7d6d..385b05b44 100644 --- a/config.minimal.yml +++ b/config.minimal.yml @@ -86,8 +86,8 @@ regulation: notifier: # For testing purpose, notifications can be sent in a file - ## filesystem: - ## filename: /tmp/authelia/notification.txt + filesystem: + filename: /tmp/authelia/notification.txt # 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/ @@ -98,11 +98,11 @@ notifier: ## service: gmail # Use a SMTP server for sending notifications - smtp: - username: test - password: password - secure: false - host: 'smtp' - port: 1025 - sender: admin@example.com + #smtp: + # username: test + # password: password + # secure: false + # host: 'smtp' + # port: 1025 + # sender: admin@example.com