refactor(core): rename API rate limit ENV

This commit is contained in:
peaklabs-dev
2025-06-18 15:23:44 +02:00
parent e9f977443f
commit 04aec48495
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
return [
'throttle' => env('API_THROTTLE', 200),
'rate_limit' => env('API_RATE_LIMIT', 200),
];