forked from AkkomaGang/akkoma
Add Kocaptcha endpoint to the test config
This commit is contained in:
parent
e536796984
commit
470a3a678d
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue