mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Fix mail config
This commit is contained in:
parent
bc7f0005ad
commit
c3d72d5bc6
@ -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…
Reference in New Issue
Block a user