Merge branch 'feature/mention-mrf' into 'develop'
[akkoma] / config / test.exs
index 19d7cca5f220df34f8642cb30fe026b347d76c6f..0af62aa1493fa1f0f6dda76cfb4d493bac5aad7a 100644 (file)
@@ -65,7 +65,10 @@ config :pleroma, Pleroma.ScheduledActivity,
   total_user_limit: 3,
   enabled: false
 
-config :pleroma, :rate_limit, app_account_creation: {10_000, 5}
+config :pleroma, :rate_limit,
+  search: [{1000, 30}, {1000, 30}],
+  app_account_creation: {10_000, 5},
+  password_reset: {1000, 30}
 
 config :pleroma, :http_security, report_uri: "https://endpoint.com"