X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=2cd741213da5394e8ba320c33649801c11cfc73d;hb=972889550da0f623693eeb3b2d1ca3025501e5eb;hp=9c4eb70a337911846465157a9cbebfb3d55fc3f7;hpb=ffcebe7e22b4c5ccaf3ba63f3ed2885ac55a6b4d;p=akkoma diff --git a/config/config.exs b/config/config.exs index 9c4eb70a3..2cd741213 100644 --- a/config/config.exs +++ b/config/config.exs @@ -624,7 +624,9 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false -config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"] +config :pleroma, Pleroma.Repo, + parameters: [gin_fuzzy_search_limit: "500"], + prepare: :unnamed # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above.