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

Enable email notification (fix #5)

* conf/app.ini: Setup the service with email notifications on.
This commit is contained in:
Nicolas Petton 2016-11-16 16:15:53 +01:00
parent 0ee95d6a91
commit 1de1ae4e77

View file

@ -29,7 +29,7 @@ FROM = "Gogs" <gogs-noreply@yuno_domain>
SKIP_VERIFY = true SKIP_VERIFY = true
[service] [service]
REGISTER_EMAIL_CONFIRM = false REGISTER_EMAIL_CONFIRM = false
ENABLE_NOTIFY_MAIL = false ENABLE_NOTIFY_MAIL = true
DISABLE_REGISTRATION = true DISABLE_REGISTRATION = true
ENABLE_CAPTCHA = false ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false REQUIRE_SIGNIN_VIEW = false