diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 9da4d25..0f47f9a 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -41,3 +41,7 @@ storage: schema: public username: postgres password: autheliapass # also override with env if preferred + +notifier: + filesystem: + filename: /config/notification.txt \ No newline at end of file