Browse Source

Add Kocaptcha endpoint to config.exs

chore/benchmark-dedicated-db
Egor Kislitsyn 4 years ago
parent
commit
fc484e5ce6
No known key found for this signature in database GPG Key ID: 1B49CB15B71E7805
2 changed files with 2 additions and 2 deletions
  1. +2
    -0
      config/config.exs
  2. +0
    -2
      config/test.exs

+ 2
- 0
config/config.exs View File

@@ -70,6 +70,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,


+ 0
- 2
config/test.exs View File

@@ -95,8 +95,6 @@ config :joken, default_signer: "yU8uHKq+yyAkZ11Hx//jcdacWc8yQ1bxAAGrplzB0Zwwjkp3

config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock

config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"

if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else


Loading…
Cancel
Save