coolify/config/api.php

6 lines
63 B
PHP
Raw Normal View History

<?php
return [
'throttle' => env('API_THROTTLE', 200),
];