diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-20 22:10:36 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-20 22:10:36 +0700 |
commit | 8d899d61970a566eb828330d1292df31f1f7b938 (patch) | |
tree | ee4763b4c6110221562ec8ec2b0e2ebdd5ccef74 /config/test.exs | |
parent | 10696ce2eede57d256e6a1b6f4775037fd63b146 (diff) | |
download | pleroma-8d899d61970a566eb828330d1292df31f1f7b938.tar.gz pleroma-8d899d61970a566eb828330d1292df31f1f7b938.zip |
Add `:ap_routes` rate limit
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 6f75f39b5..30a51f734 100644 --- a/config/test.exs +++ b/config/test.exs @@ -71,7 +71,8 @@ config :pleroma, Pleroma.ScheduledActivity, config :pleroma, :rate_limit, search: [{1000, 30}, {1000, 30}], app_account_creation: {10_000, 5}, - password_reset: {1000, 30} + password_reset: {1000, 30}, + ap_routes: nil config :pleroma, :http_security, report_uri: "https://endpoint.com" |