mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-23 03:21:36 +01:00
Fix app.ini: Add authentication for email sending
This commit is contained in:
parent
60cb5e5ae4
commit
bc7f0005ad
@ -38,7 +38,10 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
||||
ENABLED = true
|
||||
SMTP_ADDR = 127.0.0.1
|
||||
SMTP_PORT = 25
|
||||
FROM = "Gitea" <gitea-noreply@__DOMAIN__>
|
||||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||
USER = __APP__
|
||||
PASSWD = __MAIL_PWD__
|
||||
SKIP_VERIFY = true
|
||||
FORCE_TRUST_SERVER_CERT = true
|
||||
|
||||
[service]
|
||||
|
Loading…
Reference in New Issue
Block a user