streamflow/.env.example
2025-12-17 00:42:43 +00:00

23 lines
518 B
Text

# Environment variables for StreamFlow IPTV
# Node environment
NODE_ENV=production
# Application port
PORT=12345
# Security secrets (CHANGE THESE IN PRODUCTION!)
JWT_SECRET=your_jwt_secret_key_here_change_this_in_production
SESSION_SECRET=your_session_secret_here_change_this_in_production
# User registration (set to 'false' to enable public signups, default: true/disabled)
DISABLE_SIGNUPS=true
# Database
DB_PATH=/app/data/streamflow.db
# Recording settings
MAX_RECORDING_SIZE=100GB
# Logging
LOG_LEVEL=info