aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 19:35:10 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 19:35:10 +0700
commitfc484e5ce67117389ce9e2cce22ab1944a759242 (patch)
tree667cdea9c15206acb4ff0482c6ad80b69af3fb24 /config/test.exs
parent8d242f52d4bf44a012603fb2cc6fe4dd9b282ef8 (diff)
downloadpleroma-fc484e5ce67117389ce9e2cce22ab1944a759242.tar.gz
Add Kocaptcha endpoint to config.exs
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/test.exs b/config/test.exs
index b48b89c8f..d52ced612 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -95,8 +95,6 @@ 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