diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-13 22:24:26 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-13 22:24:26 +0300 |
commit | 3ecdd13bb2af65cfec4600fafe488f37c609a115 (patch) | |
tree | 017227dadbaaf883919cc7c56f37859b5acf2230 | |
parent | 703e5829dd612d8093cd2a588f445212ad82a4da (diff) | |
download | pleroma-3ecdd13bb2af65cfec4600fafe488f37c609a115.tar.gz |
Add Kocaptcha endpoint to the test config
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
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" |