coolify/config/api.php

6 lines
67 B
PHP
Raw Normal View History

<?php
return [
'rate_limit' => env('API_RATE_LIMIT', 200),
];