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}},