From 77c7c6b36c3f54df5e8120f9e6e74fb4e86b668a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 17 Jul 2024 20:06:40 -0700 Subject: [PATCH] Disable authelia SMTP check to make aure it starts --- core/authelia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/authelia.yml b/core/authelia.yml index b8f6101..e1498dc 100644 --- a/core/authelia.yml +++ b/core/authelia.yml @@ -223,7 +223,7 @@ storage: ## The available providers are: filesystem, smtp. You must use 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 {{ with nomadVar "secrets/smtp" }} smtp: