updated gitea config

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

View File

@ -48,13 +48,14 @@ ADAPTER = {{ gitea.cache.adapter }}
HOST = {{ gitea.cache.host }} HOST = {{ gitea.cache.host }}
[mailer] [mailer]
ENABLED = {{ gitea.mailer.enable }} ENABLED = {{ gitea.mailer.enable }}
HELO_HOSTNAME = {{ gitea.mailer.hostname }} HELO_HOSTNAME = {{ gitea.mailer.hostname }}
HOST = {{ gitea.mailer.hostandport }} HOST = {{ gitea.mailer.hostandport }}
FROM = {{ gitea.mailer.from_address }} IS_TLS_ENABLED = {{ gitea.mailer.is_tls_enabled }}
USER = {{ gitea.mailer.smtp_user }} FROM = {{ gitea.mailer.from_address }}
PASSWD = {{ gitea.mailer.smtp_password }} USER = {{ gitea.mailer.smtp_user }}
SKIP_VERIFY = {{ gitea.mailer.skip_verify }} PASSWD = {{ gitea.mailer.smtp_password }}
SKIP_VERIFY = {{ gitea.mailer.skip_verify }}
[service] [service]
REGISTER_EMAIL_CONFIRM = {{ gitea.service.register_email_confirm }} REGISTER_EMAIL_CONFIRM = {{ gitea.service.register_email_confirm }}