summaryrefslogtreecommitdiffstats
path: root/integrations/sqlite.ini
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-02-03 02:06:52 +0000
committertechknowlogick <matti@mdranta.net>2019-02-02 21:06:52 -0500
commit3d91bb2f2dc8584b76a49a1a40c3f688c21380f5 (patch)
tree5f5641012972139a1fb179a5415cab38c222a68a /integrations/sqlite.ini
parent67567eff0e5614553cbd396ae7e1adfde6fa33c0 (diff)
downloadgitea-3d91bb2f2dc8584b76a49a1a40c3f688c21380f5.tar.gz
gitea-3d91bb2f2dc8584b76a49a1a40c3f688c21380f5.zip
Make log mailer for testing (#5893)
* Create log mailer for testing email settings Signed-off-by: Andrew Thornton <art27@cantab.net> * Switch on the log mailer for the integration tests This ensures that the sending mail process works Signed-off-by: Andrew Thornton <art27@cantab.net> * rename the from user for mysql/mssql * rename log sender to dummy sender * update the integration tests
Diffstat (limited to 'integrations/sqlite.ini')
-rw-r--r--integrations/sqlite.ini6
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