Мелочи по конфигам, восстановлен APP_TITLE

This commit is contained in:
2025-09-19 12:05:03 +08:00
parent e3df9a6670
commit 17b9f465d7
5 changed files with 11 additions and 12 deletions

View File

@@ -8,12 +8,11 @@
declare(strict_types=1);
return [
'title' => env('APP_TITLE', 'Агрегатор плейлистов'),
'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 Плейлисты',
'timezone' => env('APP_TIMEZONE', 'UTC'),
'timezone' => env('APP_TIMEZONE', 'GMT'),
'page_size' => int(env('PAGE_SIZE', 10)),
'pls_encodings' => [
'UTF-8',