Files
web/.env.example

25 lines
582 B
Plaintext

######################################
# Поменяй эти значения на необходимые
######################################
# config/app.php
APP_URL="http://localhost:8080"
APP_DEBUG=false
APP_ENV="prod"
APP_TITLE="IPTV Плейлисты"
APP_TIMEZONE=Europe/Moscow
PAGE_SIZE=10
# 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/cache.php
CACHE_HOST="keydb"
CACHE_PORT=6379
CACHE_PASSWORD=
CACHE_DB=0
CACHE_TTL=14
# config/twig.php
TWIG_USE_CACHE=true