X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=0dde1fc85a99676b8db4f1709e4c9b2f643baed8;hb=04b03e476281be412d3505f514bd34d31e735214;hp=42e2d06a84e0e14a6752e59c115b643e5c5cf566;hpb=1961a680ec8fb333fa34a7b102820388c9cf5aa6;p=akkoma diff --git a/config/config.exs b/config/config.exs index 42e2d06a8..0dde1fc85 100644 --- a/config/config.exs +++ b/config/config.exs @@ -328,6 +328,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 @@ -401,6 +402,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}, @@ -483,6 +486,7 @@ config :pleroma, Oban, transmogrifier: 20, scheduled_activities: 10, background: 5, + remote_fetcher: 2, attachments_cleanup: 5, new_users_digest: 1 ],