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:
parent
0ee95d6a91
commit
1de1ae4e77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue