X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=e8acb5246e9836d4717ee0fa9610fc8b954d27b8;hb=e835212a7d012d8ebf383627fe3bfc8dec5f86f5;hp=681b498275d90bdc80ebb5bd28b6100075136a54;hpb=8286ceb46522069607cc0a0dec864022606bf19d;p=akkoma diff --git a/config/config.exs b/config/config.exs index 681b49827..e8acb5246 100644 --- a/config/config.exs +++ b/config/config.exs @@ -851,6 +851,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"