Upgrade Gitea 1.18.0

Requires some config changes for the mailer.
This commit is contained in:
Râu Cao
2022-12-30 23:05:40 +07:00
parent 0c37504ac6
commit e54112418e
3 changed files with 10 additions and 5 deletions

View File

@@ -39,10 +39,12 @@ COOKIE_SECURE = true
[mailer]
ENABLED = true
HOST = <%= @smtp_host %>
FROM = gitea@kosmos.org
PROTOCOL = smtp+startls
SMTP_ADDR = <%= @smtp_addr %>
SMTP_PORT = <%= @smtp_port %>
USER = <%= @smtp_user %>
PASSWD = <%= @smtp_password %>
FROM = gitea@kosmos.org
[security]
INTERNAL_TOKEN = <%= @internal_token %>