From 0002ae76af41d52f2d6af3523ff624f88a6498c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 7 Oct 2025 16:26:01 +0200 Subject: [PATCH] [int] --- roles/authelia/templates/conf-main.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia/templates/conf-main.json.j2 b/roles/authelia/templates/conf-main.json.j2 index 97a00c8..2be6e2f 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -154,7 +154,7 @@ "database": "{{cfg_authelia.storage.data.schema}}" } {% endif %} -{% if cfg_authelia.storage_kind == "mariadb" %} +{% if cfg_authelia.storage.kind == "mariadb" %} "mysql": { "host": "{{cfg_authelia.storage.data.host}}", "port": {{cfg_authelia.storage.data.port | string}},