1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-02 07:45:05 +00:00

settings have changed

This commit is contained in:
Girish Ramakrishnan
2023-07-29 20:08:02 +05:30
parent 245b93ea02
commit 65df2c54da
2 changed files with 8 additions and 4 deletions

View File

@@ -53,11 +53,13 @@ PATH =
ENABLED = true
; those settings are protected and can't be modified
HOST = ##MAIL_SERVER:##MAIL_PORT
SMTP_ADDR = ##MAIL_SERVER
SMTP_PORT = ##MAIL_PORT
USER = ##MAIL_SMTP_USERNAME
PASSWD = ##MAIL_SMTP_PASSWORD
FROM = ##MAIL_FROM
SKIP_VERIFY = true
PROTOCOL = smtps
FORCE_TRUST_SERVER_CERT = true
[security]