Add Kocaptcha endpoint to config.exs
This commit is contained in:
parent
ecb3386f93
commit
337e4c021f
@ -56,6 +56,8 @@ config :pleroma, Pleroma.Captcha,
|
|||||||
seconds_valid: 60,
|
seconds_valid: 60,
|
||||||
method: Pleroma.Captcha.Native
|
method: Pleroma.Captcha.Native
|
||||||
|
|
||||||
|
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
|
||||||
|
|
||||||
config :pleroma, :hackney_pools,
|
config :pleroma, :hackney_pools,
|
||||||
federation: [
|
federation: [
|
||||||
max_connections: 50,
|
max_connections: 50,
|
||||||
|
Loading…
Reference in New Issue
Block a user