X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=9d1e29c0dc1b720dec33ccd1d404d39047cc5960;hb=cb60a9c42f48f0b9df1681f9cba229b21eb6095c;hp=c5a56b14d0cc3a892d7ce2303a53ebebb5b70340;hpb=0d14c3f41053f97d23fa9295745a817c08010969;p=akkoma diff --git a/config/config.exs b/config/config.exs index c5a56b14d..9d1e29c0d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -219,6 +219,8 @@ config :pleroma, :instance, max_expiration: 365 * 24 * 60 * 60 }, registrations_open: true, + invites_enabled: false, + account_activation_required: false, federating: true, federation_incoming_replies_max_depth: 100, federation_reachability_timeout_days: 7, @@ -327,7 +329,8 @@ config :pleroma, :activitypub, outgoing_blocks: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, - sign_object_fetches: true + sign_object_fetches: true, + authorized_fetch_mode: false config :pleroma, :streamer, workers: 3, @@ -618,6 +621,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false +config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"] + # 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"