updated gitea config

This commit is contained in:
Paul 2021-08-10 23:12:18 +02:00
parent 34bf0b5ccd
commit a74185cc6a

View File

@ -51,6 +51,7 @@ HOST = {{ gitea.cache.host }}
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 }}