diff options
Diffstat (limited to 'integrations/sqlite.ini')
-rw-r--r-- | integrations/sqlite.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integrations/sqlite.ini b/integrations/sqlite.ini index 33c1015eca..f1e48617ac 100644 --- a/integrations/sqlite.ini +++ b/integrations/sqlite.ini @@ -44,6 +44,7 @@ REQUIRE_SIGNIN_VIEW = false DEFAULT_KEEP_EMAIL_PRIVATE = false DEFAULT_ALLOW_CREATE_ORGANIZATION = true NO_REPLY_ADDRESS = noreply.example.org +ENABLE_NOTIFY_MAIL = true [picture] DISABLE_GRAVATAR = false @@ -66,3 +67,8 @@ LEVEL = Debug INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8 + +[mailer] +ENABLED = true +MAILER_TYPE = dummy +FROM = sqlite-integration-test@gitea.io |