# RSC Revolution Market Analytics - Environment Configuration # Copy this file to .env and update with your actual values # Database Configuration (Required) DB_HOST=localhost DB_USER=root DB_PASSWORD=root DB_NAME=rscs_main DB_PORT=3306 # Email Alert Configuration (Optional) ALERT_EMAIL= SMTP_HOST=localhost SMTP_PORT=25 # System Configuration (Optional) HOSTNAME=market_analytics # Redis Configuration (Optional - if using caching) #REDIS_HOST=localhost #REDIS_PORT=6379 # Logging Configuration (Optional) LOG_LEVEL=INFO