Add Kocaptcha endpoint to the test config

This commit is contained in:
Egor Kislitsyn 2019-12-12 18:04:52 +07:00
parent e536796984
commit 470a3a678d
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ config :joken, default_signer: "yU8uHKq+yyAkZ11Hx//jcdacWc8yQ1bxAAGrplzB0Zwwjkp3
config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else