X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ed074a99c7b175e0110d8a09625dd81de1dceadc;hb=814b275af7748df6bd11dfc6be1b4efce8d5ae70;hp=7f3a4d1b671de2f8513177a1bc9b1c4ca207afed;hpb=a03c420b84d9901be70520d8c027ccb53449990d;p=akkoma diff --git a/config/config.exs b/config/config.exs index 7f3a4d1b6..ed074a99c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -198,6 +198,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, @@ -305,6 +307,7 @@ config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, follow_handshake_timeout: 500, + note_replies_output_limit: 5, sign_object_fetches: true, authorized_fetch_mode: false @@ -378,6 +381,8 @@ config :phoenix, :format_encoders, json: Jason config :phoenix, :json_library, Jason +config :phoenix, :filter_parameters, ["password", "confirm"] + config :pleroma, :gopher, enabled: false, ip: {0, 0, 0, 0}, @@ -460,6 +465,7 @@ config :pleroma, Oban, transmogrifier: 20, scheduled_activities: 10, background: 5, + remote_fetcher: 2, attachments_cleanup: 5, new_users_digest: 1 ],