From a51eecd5536f13b000ebcac19098d208782a7350 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 11 Jul 2025 21:03:22 +0300 Subject: [PATCH] fix --- authelia/configuration.yml | 4 ++++ 1 file changed, 4 insertions(+) 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