]> BookStack Code Mirror - bookstack/blobdiff - app/Config/api.php
Added tests and translations for dark-mode components
[bookstack] / app / Config / api.php
index dd54b29060f3fd90f4054fbdd1da2be7812919eb..6afea2dc89d293b7fcf16d4129e3241301072c9a 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)
+
 ];