fix(authelia): disable notifier for now

This commit is contained in:
David Landry 2024-10-09 16:38:04 -04:00
parent fb6b476d6a
commit 6db291e66c
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ data:
ban_time: '5 minutes'
storage:
notifier:
disable_startup_check: false
disable_startup_check: true
access_control:
default_policy: 'two_factor'
...

View file

@ -1059,7 +1059,7 @@ configMap:
## The available providers are: filesystem, smtp. You must use one and only one of these providers.
notifier:
## You can disable the notifier startup check by setting this to true.
disable_startup_check: false
disable_startup_check: true
##
## File System (Notification Provider)