# Server PORT=5000 # Database (PostgreSQL) DATABASE_URL=postgresql://user:password@localhost:5432/monitoring # CORS CORS_ORIGIN=http://localhost:3000 # Chrome (for Docker/CI) CHROME_PATH=/usr/bin/chromium