make search provider configurable
[akkoma] / config / config.exs
index 681b498275d90bdc80ebb5bd28b6100075136a54..e8acb5246e9836d4717ee0fa9610fc8b954d27b8 100644 (file)
@@ -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"