Major additions: - Web-based setup wizard (setup.php, setup_wizard.php, setup-wizard.js) - Production Docker configuration (docker-compose.prod.yml, .env.production) - Database initialization SQL files (deploy/init_settings.sql) - Template builder system with drag-and-drop UI - Advanced features (OAuth, CDN, enhanced analytics, monetization) - Comprehensive documentation (deployment guides, quick start, feature docs) - Design system with accessibility and responsive layout - Deployment automation scripts (deploy.ps1, generate-secrets.ps1) Setup wizard allows customization of: - Platform name and branding - Domain configuration - Membership tiers and pricing - Admin credentials - Feature toggles Database includes 270+ tables for complete video streaming platform with advanced features for analytics, moderation, template building, and monetization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
262 B
Bash
16 lines
262 B
Bash
DB_HOST=db
|
|
DB_NAME=easystream
|
|
DB_USER=easystream
|
|
DB_PASS=easystream
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
REDIS_DB=0
|
|
|
|
MAIN_URL=http://localhost:8083
|
|
DEBUG=false
|
|
|
|
API_KEY=change_this_api_key
|
|
JWT_SECRET=change_this_jwt_secret
|
|
ENCRYPTION_KEY=change_this_encryption_key
|