From cd31cdea2e76ad92d69ff1eac0e9750614e28a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 26 Oct 2024 11:06:20 +0200 Subject: [PATCH] [task-185] [mod] authelia:conf template --- roles/authelia/templates/conf-main.json.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/authelia/templates/conf-main.json.j2 b/roles/authelia/templates/conf-main.json.j2 index c25fe5c..ef5d46a 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -173,8 +173,7 @@ {% endif %} {% if var_authelia_notification_mode == "smtp" %} "smtp": { - "host": "{{var_authelia_notification_smtp_host}}", - "port": {{var_authelia_notification_smtp_port | string}}, + "address": "{{var_authelia_notification_smtp_host}}:{{var_authelia_notification_smtp_port | string}}", "username": "{{var_authelia_notification_smtp_username}}", "password": "{{var_authelia_notification_smtp_password}}", "sender": "{{var_authelia_notification_smtp_sender}}",