Files
iptvc/.env.example
T
2026-07-19 19:14:55 +08:00

21 lines
349 B
Bash

# Config file path (default: config.yml)
# CONFIG_PATH=config.yml
APP_DEBUG=false
APP_TITLE=IPTV Checker
APP_TIMEZONE=GMT
APP_URL=http://localhost:8800
CACHE_ENABLED=false
CACHE_HOST=localhost
CACHE_PORT=6379
CACHE_USERNAME=
CACHE_PASSWORD=
CACHE_DB=1
CACHE_TTL=1800
SERVER_PORT=8800
SERVER_HOST=
PAGE_SIZE=0
REPO_URL=https://git.axenov.dev/IPTV