From: rinpatch Date: Fri, 13 Dec 2019 19:24:26 +0000 (+0300) Subject: Add Kocaptcha endpoint to the test config X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3ecdd13bb2af65cfec4600fafe488f37c609a115;p=akkoma Add Kocaptcha endpoint to the test config --- diff --git a/config/test.exs b/config/test.exs index 567780987..8af9584ae 100644 --- a/config/test.exs +++ b/config/test.exs @@ -93,3 +93,5 @@ else "You may want to create test.secret.exs to declare custom database connection parameters." ) end + +config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"