mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Fix app.ini: Add authentication for email sending
This commit is contained in:
parent
60cb5e5ae4
commit
bc7f0005ad
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue