mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Fix mail config
This commit is contained in:
parent
bc7f0005ad
commit
c3d72d5bc6
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
|||
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
SMTP_ADDR = 127.0.0.1
|
||||
SMTP_PORT = 25
|
||||
SMTP_ADDR = __DOMAIN__
|
||||
SMTP_PORT = 587
|
||||
PROTOCOL = smtps
|
||||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||
USER = __APP__
|
||||
PASSWD = __MAIL_PWD__
|
||||
|
|
Loading…
Add table
Reference in a new issue