diff options
author | zeripath <art27@cantab.net> | 2019-02-03 02:06:52 +0000 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-02 21:06:52 -0500 |
commit | 3d91bb2f2dc8584b76a49a1a40c3f688c21380f5 (patch) | |
tree | 5f5641012972139a1fb179a5415cab38c222a68a /integrations/mssql.ini.tmpl | |
parent | 67567eff0e5614553cbd396ae7e1adfde6fa33c0 (diff) | |
download | gitea-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/mssql.ini.tmpl')
-rw-r--r-- | integrations/mssql.ini.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/integrations/mssql.ini.tmpl b/integrations/mssql.ini.tmpl index 08f7e9ca37..86d100845d 100644 --- a/integrations/mssql.ini.tmpl +++ b/integrations/mssql.ini.tmpl @@ -36,7 +36,9 @@ LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w APP_DATA_PATH = integrations/gitea-integration-mssql/data [mailer] -ENABLED = false +ENABLED = true +MAILER_TYPE = dummy +FROM = mssql-integration-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false @@ -47,6 +49,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 |