X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=5eaa8ce760dc1ef696ea7fac0e3aa3f11e6c09ad;hb=a18b5755b4faaee04c9597370b5bde0ffc74e1b2;hp=4c39d52b35d4e801d73ebd585e3da7f674a1b30d;hpb=126f1ca69c7b54dd8fdecafa291df21153ad80f2;p=akkoma diff --git a/config/config.exs b/config/config.exs index 4c39d52b3..5eaa8ce76 100644 --- a/config/config.exs +++ b/config/config.exs @@ -179,6 +179,7 @@ config :pleroma, :http, receive_timeout: :timer.seconds(15), proxy_url: nil, user_agent: :default, + pool_size: 50, adapter: [] config :pleroma, :instance, @@ -353,7 +354,7 @@ config :pleroma, :manifest, config :pleroma, :activitypub, unfollow_blocked: true, - outgoing_blocks: true, + outgoing_blocks: false, blockers_visible: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, @@ -881,6 +882,11 @@ config :pleroma, :libre_translate, url: "http://127.0.0.1:5000", api_key: nil +config :pleroma, :argos_translate, + command_argos_translate: "argos-translate", + command_argospm: "argospm", + strip_html: true + # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs"