Make the hosted kocaptcha the default value
authorEkaterina Vaartis <vaartis@cock.li>
Sun, 16 Dec 2018 19:37:16 +0000 (22:37 +0300)
committerEkaterina Vaartis <vaartis@cock.li>
Sun, 16 Dec 2018 19:37:16 +0000 (22:37 +0300)
config/config.exs
config/config.md

index 21cdc053775e3184075ea0d04a36ca861ba7c530..eba401d3ec1f7ec652b2ddd19f26226dffb1e517 100644 (file)
@@ -15,7 +15,7 @@ config :pleroma, Pleroma.Captcha,
   minutes_retained: 5,
   method: Pleroma.Captcha.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,
index 65f0866fd1507d53cd4751c3d553e094ae8f8c98..324f837ce314254a3efaa9daf610e7be1eb9c6eb 100644 (file)
@@ -171,6 +171,7 @@ Web Push Notifications configuration. You can use the mix task `mix web_push.gen
 
 ### Pleroma.Captcha.Kocaptcha
 Kocaptcha is a very simple captcha service with a single API endpoint,
-the source code is here: https://github.com/koto-bank/kocaptcha
+the source code is here: https://github.com/koto-bank/kocaptcha. The default endpoint
+`https://captcha.kotobank.ch` is hosted by the developer.
 
 * `endpoint`: the kocaptcha endpoint to use
\ No newline at end of file