diff options
| author | lain <lain@soykaf.club> | 2019-08-21 16:45:20 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-08-21 16:45:20 +0000 |
| commit | f740d786a37dc85d9b702dd5054d4978ee18a202 (patch) | |
| tree | ad164c84092267de7c5fc7ba4bea2418d0186c2a /config/test.exs | |
| parent | 73884441f31092bdb2f509950daf9bd3889a9a8b (diff) | |
| parent | 8d899d61970a566eb828330d1292df31f1f7b938 (diff) | |
| download | pleroma-f740d786a37dc85d9b702dd5054d4978ee18a202.tar.gz pleroma-f740d786a37dc85d9b702dd5054d4978ee18a202.zip | |
Merge branch 'rate-limit-ap-routes' into 'develop'
[#1174] Rate limit AP routes
See merge request pleroma/pleroma!1586
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" |
