1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

Update app.ini

This commit is contained in:
Éric Gaspar 2023-11-09 10:47:44 +01:00
parent 1052835a44
commit d3feaf2cfe

View file

@ -33,6 +33,7 @@ LOCAL_ROOT_URL = http://127.0.0.1:__PORT__/
[mailer]
ENABLED = true
PROTOCOL = smtp
SMTP_ADDR = localhost
SMTP_PORT = 25
FROM = "Forgejo" <forgejo-noreply@__DOMAIN__>