summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs
index 4efadb823..d2f081dd8 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -52,9 +52,9 @@ config :pleroma, Pleroma.Repo,
migration_lock: nil
config :pleroma, Pleroma.Captcha,
- enabled: false,
+ enabled: true,
seconds_valid: 60,
- method: Pleroma.Captcha.Kocaptcha
+ method: Pleroma.Captcha.Native
config :pleroma, :hackney_pools,
federation: [
@@ -70,8 +70,6 @@ config :pleroma, :hackney_pools,
timeout: 300_000
]
-config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
-
# Upload configuration
config :pleroma, Pleroma.Upload,
uploader: Pleroma.Uploaders.Local,