X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=a92130ec86ebcef8f1bd42d3848c24e6a6500c4d;hb=8f0ca19b9cafeedc70df2d60bd7bd7c6bf7aa160;hp=c5a56b14d0cc3a892d7ce2303a53ebebb5b70340;hpb=0d14c3f41053f97d23fa9295745a817c08010969;p=akkoma diff --git a/config/config.exs b/config/config.exs index c5a56b14d..a92130ec8 100644 --- a/config/config.exs +++ b/config/config.exs @@ -327,7 +327,8 @@ config :pleroma, :activitypub, outgoing_blocks: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, - sign_object_fetches: true + sign_object_fetches: true, + authorized_fetch_mode: false config :pleroma, :streamer, workers: 3, @@ -618,6 +619,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false +config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"] + # 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"