From a74185cc6aa60c6db2672c185240880e6f3e4fce Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 10 Aug 2021 23:12:18 +0200 Subject: [PATCH] updated gitea config --- states/gitea/files/app.ini.j2 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/states/gitea/files/app.ini.j2 b/states/gitea/files/app.ini.j2 index 53338b2..c5d9d7f 100644 --- a/states/gitea/files/app.ini.j2 +++ b/states/gitea/files/app.ini.j2 @@ -48,13 +48,14 @@ ADAPTER = {{ gitea.cache.adapter }} HOST = {{ gitea.cache.host }} [mailer] -ENABLED = {{ gitea.mailer.enable }} -HELO_HOSTNAME = {{ gitea.mailer.hostname }} -HOST = {{ gitea.mailer.hostandport }} -FROM = {{ gitea.mailer.from_address }} -USER = {{ gitea.mailer.smtp_user }} -PASSWD = {{ gitea.mailer.smtp_password }} -SKIP_VERIFY = {{ gitea.mailer.skip_verify }} +ENABLED = {{ gitea.mailer.enable }} +HELO_HOSTNAME = {{ gitea.mailer.hostname }} +HOST = {{ gitea.mailer.hostandport }} +IS_TLS_ENABLED = {{ gitea.mailer.is_tls_enabled }} +FROM = {{ gitea.mailer.from_address }} +USER = {{ gitea.mailer.smtp_user }} +PASSWD = {{ gitea.mailer.smtp_password }} +SKIP_VERIFY = {{ gitea.mailer.skip_verify }} [service] REGISTER_EMAIL_CONFIRM = {{ gitea.service.register_email_confirm }}