X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=e8acb5246e9836d4717ee0fa9610fc8b954d27b8;hb=06ab00d62511b958c5a01140c588e9bb83470587;hp=828fe00857518594c69495ae44f705c9debd8b71;hpb=7c1243178b44d629f6881aa1b197641d56bbd0f1;p=akkoma diff --git a/config/config.exs b/config/config.exs index 828fe0085..e8acb5246 100644 --- a/config/config.exs +++ b/config/config.exs @@ -321,9 +321,6 @@ config :pleroma, :frontend_configurations, subjectLineBehavior: "email", theme: "pleroma-dark", webPushNotifications: false - }, - masto_fe: %{ - showInstanceSpecificPanel: true } config :pleroma, :assets, @@ -352,6 +349,7 @@ config :pleroma, :manifest, config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, + blockers_visible: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, sign_object_fetches: true, @@ -853,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"