Мелочи по конфигам, восстановлен 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

@@ -3,24 +3,23 @@
######################################
# config/app.php
APP_URL="http://localhost:8080"
APP_URL_MIRROR="https://m3u.su/"
APP_TITLE='Агрегатор плейлистов'
APP_URL=http://localhost:8080
APP_DEBUG=false
APP_ENV="prod"
APP_TITLE="IPTV Плейлисты"
APP_ENV=prod
APP_TIMEZONE=Europe/Moscow
PAGE_SIZE=10
PAGE_SIZE=0
# config/bot.php
TG_BOT_TOKEN=
TG_BOT_SECRET=
# config/cache.php
CACHE_HOST="keydb"
CACHE_HOST=keydb
CACHE_PORT=6379
CACHE_PASSWORD=
CACHE_DB=0
CACHE_TTL=14
CACHE_TTL=600
# config/twig.php
TWIG_USE_CACHE=true