Переработка под iptvc

This commit is contained in:
2025-05-12 00:07:43 +08:00
parent f43843bb07
commit 252af50239
29 changed files with 1662 additions and 1268 deletions

View File

@@ -1,18 +1,24 @@
######################################
# Поменяй эти значения на необходимые
######################################
# config/app.php
APP_URL="http://localhost:8080"
APP_DEBUG=false
APP_ENV=prod
APP_URL=http://localhost:8080
APP_TITLE='IPTV Плейлисты'
USER_AGENT='Mozilla/5.0 (Windows NT 10.0; Win64; x99) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'
APP_ENV="prod"
APP_TITLE="IPTV Плейлисты"
APP_TIMEZONE=Europe/Moscow
PAGE_SIZE=10
# config/redis.php
REDIS_HOST='keydb'
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0
REDIS_TTL_DAYS=14
# config/http.php
USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
# config/redis.php
# config/cache.php
CACHE_HOST="keydb"
CACHE_PORT=6379
CACHE_PASSWORD=
CACHE_DB=0
CACHE_TTL=14
# config/twig.php
TWIG_USE_CACHE=true
TWIG_DEBUG=false