Browse Source

Make the hosted kocaptcha the default value

tags/v0.9.9
Ekaterina Vaartis 5 years ago
parent
commit
1d31fd0722
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      config/config.exs
  2. +2
    -1
      config/config.md

+ 1
- 1
config/config.exs View 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,


+ 2
- 1
config/config.md View 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

Loading…
Cancel
Save