updated gitea config
This commit is contained in:
parent
34bf0b5ccd
commit
a74185cc6a
@ -51,6 +51,7 @@ HOST = {{ gitea.cache.host }}
|
|||||||
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 }}
|
||||||
|
IS_TLS_ENABLED = {{ gitea.mailer.is_tls_enabled }}
|
||||||
FROM = {{ gitea.mailer.from_address }}
|
FROM = {{ gitea.mailer.from_address }}
|
||||||
USER = {{ gitea.mailer.smtp_user }}
|
USER = {{ gitea.mailer.smtp_user }}
|
||||||
PASSWD = {{ gitea.mailer.smtp_password }}
|
PASSWD = {{ gitea.mailer.smtp_password }}
|
||||||
|
Loading…
Reference in New Issue
Block a user