Add Kocaptcha endpoint to config.exs

This commit is contained in:
Egor Kislitsyn 2019-12-16 19:35:10 +07:00 committed by lain
parent ecb3386f93
commit 337e4c021f
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ config :pleroma, Pleroma.Captcha,
seconds_valid: 60,
method: Pleroma.Captcha.Native
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
config :pleroma, :hackney_pools,
federation: [
max_connections: 50,