1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitea_ynh.git synced 2024-09-03 20:36:22 +02:00

Fix mail configuration, remove deprecated option

This commit is contained in:
Félix Piédallu 2023-12-01 19:34:36 +01:00 committed by Félix Piédallu
parent d1b4f60d91
commit 4ffb9ce418

View file

@ -40,7 +40,6 @@ SMTP_PORT = 25
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
USER = __APP__
PASSWD = __MAIL_PWD__
SKIP_VERIFY = true
FORCE_TRUST_SERVER_CERT = true
[service]