X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=581f3831a7ab452275378611a0c24a81a679af88;hb=fdeef7d4df2c70245941d2051e02529c13f3b505;hp=e7d1014bb6f5300c17b6dd34e82b0e2f364f8605;hpb=31b4acca618ba748facd477a89e1929dfb1fa18b;p=akkoma diff --git a/config/config.exs b/config/config.exs index e7d1014bb..581f3831a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -852,6 +852,8 @@ config :pleroma, ConcurrentLimiter, [ {Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]} ] +config :pleroma, :search, provider: Pleroma.Search.Builtin + # 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"