mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-17 04:25:28 +00:00
feat(core): set custom API rate limit (#5984)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'throttle' => env('API_THROTTLE', 200),
|
||||
];
|
||||
Reference in New Issue
Block a user