X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=c8d42e83e4e9516138e1fab8d88823adbe15db00;hb=019e7fa161491358b0e5a1bbf7b6c86fd04b9a53;hp=370ddd855063b801c1ee4c198484a43a0c68f44c;hpb=e53679698424a7d58c308c21d466b07e34e8c3e9;p=akkoma diff --git a/config/config.exs b/config/config.exs index 370ddd855..c8d42e83e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -67,9 +67,11 @@ config :pleroma, Pleroma.Scheduler, config :pleroma, Pleroma.Captcha, enabled: true, - seconds_valid: 60, + seconds_valid: 3000, method: Pleroma.Captcha.Native +config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch" + config :pleroma, :hackney_pools, federation: [ max_connections: 50, @@ -619,6 +621,8 @@ config :pleroma, :web_cache_ttl, activity_pub: nil, activity_pub_question: 30_000 +config :pleroma, :modules, runtime_dir: "instance/modules" + config :swarm, node_blacklist: [~r/myhtml_.*$/] # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above.