]> BookStack Code Mirror - bookstack/blobdiff - app/Config/api.php
Tiny header
[bookstack] / app / Config / api.php
index dd54b29060f3fd90f4054fbdd1da2be7812919eb..03f191fee3b18228913cf9387a8d7f3096399a2e 100644 (file)
@@ -17,4 +17,7 @@ return [
     // The maximum number of items that can be returned in a listing API request.
     'max_item_count' => env('API_MAX_ITEM_COUNT', 500),
 
+    // The number of API requests that can be made per minute by a single user.
+    'requests_per_minute' => env('API_REQUESTS_PER_MIN', 180),
+
 ];