X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=2cd741213da5394e8ba320c33649801c11cfc73d;hb=6a28c198af415c81596587f765e6c8c9388e9714;hp=2b7a761eab67c29f208e86143b9c2609bbe48b75;hpb=f71aa644b1aedba32c83bad76bc512bfe52e6c75;p=akkoma diff --git a/config/config.exs b/config/config.exs index 2b7a761ea..2cd741213 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},