forked from AkkomaGang/akkoma
Add Kocaptcha endpoint to config.exs
This commit is contained in:
parent
ecb3386f93
commit
337e4c021f
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
||||||
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 a new issue