X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=c976691fbfb7a5d5f849565fe03e0eb033e6035b;hb=421e35b578b3fc109f820f693e91139a3e3f8970;hp=9c4eb70a337911846465157a9cbebfb3d55fc3f7;hpb=438394d40447bdfb590ff206ad80907294da0e65;p=akkoma diff --git a/config/config.exs b/config/config.exs index 9c4eb70a3..c976691fb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -365,6 +365,8 @@ config :pleroma, :mrf_keyword, config :pleroma, :mrf_subchain, match_actor: %{} +config :pleroma, :mrf_activity_expiration, days: 365 + config :pleroma, :mrf_vocabulary, accept: [], reject: [] @@ -504,10 +506,6 @@ config :pleroma, :workers, federator_outgoing: 5 ] -config :pleroma, :fetch_initial_posts, - enabled: false, - pages: 5 - config :auto_linker, opts: [ extra: true, @@ -624,7 +622,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.