updated gitea config
This commit is contained in:
parent
34bf0b5ccd
commit
a74185cc6a
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user