Ссылка на репозиторий через env

This commit is contained in:
2025-11-01 00:56:39 +08:00
parent 07692b08ce
commit 67349bb909
6 changed files with 13 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ return [
'env' => env('APP_ENV', env('IPTV_ENV', 'prod')),
'timezone' => env('APP_TIMEZONE', 'GMT'),
'page_size' => int(env('PAGE_SIZE', 10)),
'repo_url' => env('REPO_URL', 'https://git.axenov.dev/IPTV'),
'pls_encodings' => [
'UTF-8',
'CP1251',