Alias Kocaptcha in the test
[akkoma] / config / config.exs
index 32593045c237d0c82daf08d9dd27ec8d97615410..45a22f5da1a7e45c4104de2038a1a4c77f24bb45 100644 (file)
@@ -12,11 +12,10 @@ config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
 
 config :pleroma, Pleroma.Captcha,
   enabled: false,
+  seconds_retained: 180,
   method: Pleroma.Captcha.Kocaptcha
 
-# Kocaptcha is a very simple captcha service, the source code is here: https://github.com/koto-bank/kocaptcha
-config :pleroma, Pleroma.Captcha.Kocaptcha,
-  endpoint: "http://localhost:9093"
+config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
 
 # Upload configuration
 config :pleroma, Pleroma.Upload,