fix(authelia): disable notifier for now
This commit is contained in:
parent
fb6b476d6a
commit
6db291e66c
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ data:
|
||||||
ban_time: '5 minutes'
|
ban_time: '5 minutes'
|
||||||
storage:
|
storage:
|
||||||
notifier:
|
notifier:
|
||||||
disable_startup_check: false
|
disable_startup_check: true
|
||||||
access_control:
|
access_control:
|
||||||
default_policy: 'two_factor'
|
default_policy: 'two_factor'
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -1059,7 +1059,7 @@ configMap:
|
||||||
## The available providers are: filesystem, smtp. You must use one and only one of these providers.
|
## The available providers are: filesystem, smtp. You must use one and only one of these providers.
|
||||||
notifier:
|
notifier:
|
||||||
## You can disable the notifier startup check by setting this to true.
|
## You can disable the notifier startup check by setting this to true.
|
||||||
disable_startup_check: false
|
disable_startup_check: true
|
||||||
|
|
||||||
##
|
##
|
||||||
## File System (Notification Provider)
|
## File System (Notification Provider)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue