diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-05 18:34:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 12:34:36 +0200 |
commit | dc2dd76d98e3fcdfde922812f793a1db1f1ca555 (patch) | |
tree | 893b7b605d4bd4bc7013603a60a657174d278b21 /tests/pgsql.ini.tmpl | |
parent | aa678b80985c5dcb92cef15e19bd963c47a647db (diff) | |
download | gitea-dc2dd76d98e3fcdfde922812f793a1db1f1ca555.tar.gz gitea-dc2dd76d98e3fcdfde922812f793a1db1f1ca555.zip |
Remove duplicated notify mail configuration on tests (#26912)
Extract from #22266
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'tests/pgsql.ini.tmpl')
-rw-r--r-- | tests/pgsql.ini.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index ee1373d71c..a1679cad6a 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -65,7 +65,6 @@ FROM = pgsql-{{TEST_TYPE}}-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false REGISTER_MANUAL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = false REQUIRE_SIGNIN_VIEW = false |