Files
iptv-manager-service/.env.example
Stefano a42d4c30a6
All checks were successful
AWS Deploy on Push / build (push) Successful in 5m18s
Started (incomplete) implementation of stream verification scheduler and endpoints
2025-06-17 17:12:39 -05:00

19 lines
582 B
Plaintext

# Environment variables
# Scheduler configuration
STREAM_VALIDATION_SCHEDULE=0 3 * * * # Daily at 3 AM (cron syntax)
STREAM_VALIDATION_BATCH_SIZE=10 # Number of channels per batch (0=all)
# For use with Docker Compose to run application locally
MOCK_AUTH=true/false
DB_USER=MyDBUser
DB_PASSWORD=MyDBPassword
DB_HOST=MyDBHost
DB_NAME=iptv_manager
FREEDNS_User=MyFreeDNSUsername
FREEDNS_Password=MyFreeDNSPassword
DOMAIN_NAME=mydomain.com
SSH_PUBLIC_KEY="ssh-rsa AAAAB3NzaC1yc2EMYPUBLICKEY7+"
REPO_URL="https://git.example.com/user/repo.git"
LETSENCRYPT_EMAIL="admin@example.com"