Команды /help, /stats и /links + конфиг для зеркала

This commit is contained in:
2025-06-09 23:59:19 +08:00
parent 687ebc3fdc
commit 7f10930b7b
5 changed files with 195 additions and 29 deletions

View File

@@ -8,7 +8,8 @@
declare(strict_types=1);
return [
'base_url' => env('APP_URL', 'http://localhost:8080'),
'base_url' => rtrim(trim(env('APP_URL', 'http://localhost:8080')), '/'),
'mirror_url' => rtrim(trim(env('APP_URL_MIRROR') ?? '', '/')),
'debug' => bool(env('APP_DEBUG', false)),
'env' => env('APP_ENV', env('IPTV_ENV', 'prod')),
'title' => 'IPTV Плейлисты',