6 lines
63 B
PHP
6 lines
63 B
PHP
<?php
|
|
|
|
return [
|
|
'throttle' => env('API_THROTTLE', 200),
|
|
];
|