# Production Environment Variables # Copy this file to .env.prod and fill in your values # Django Settings DEBUG=false SECRET_KEY=your-super-secret-key-here-change-this ALLOWED_HOSTS=* REDIS_URL=redis://cache:6379/0 RUN_MODE=prod # Database - Main Django DB DB_HOST=db DB_NAME=siesa_report_prod DB_USER=siesa_user DB_PASSWORD=your-strong-password-here # Database - Reports DB DB_REPORT_HOST=db DB_REPORT_NAME=siesa_report_db DB_REPORT_USER=siesa_report_user DB_REPORT_PASSWORD=your-report-db-password-here # CORS CORS_ALLOWED_ORIGINS=http://localhost,http://127.0.0.1,http://nginx,http://localhost:8000 # Docker CORE_TAG=20251115-54c0ea4