Skip to content
Snippets Groups Projects
Commit 1d31fd07 authored by vaartis's avatar vaartis
Browse files

Make the hosted kocaptcha the default value

parent 6062885d
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment