X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=9c4eb70a337911846465157a9cbebfb3d55fc3f7;hb=438394d40447bdfb590ff206ad80907294da0e65;hp=9d1e29c0dc1b720dec33ccd1d404d39047cc5960;hpb=81f29e7c6a9ea477d0c6b8767d429506aec5b36d;p=akkoma diff --git a/config/config.exs b/config/config.exs index 9d1e29c0d..9c4eb70a3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -402,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}, @@ -597,6 +599,7 @@ config :http_signatures, config :pleroma, :rate_limit, authentication: {60_000, 15}, + timeline: {500, 3}, search: [{1000, 10}, {1000, 30}], app_account_creation: {1_800_000, 25}, relations_actions: {10_000, 10},