mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:20:09 +00:00
8 lines
68 B
PHP
8 lines
68 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate_limit' => env('API_RATE_LIMIT', 60),
|
|
|
|
];
|