# GuruRMM Production Environment - Jupiter (Unraid) # Copy to .env and configure with secure values # ============================================ # Database Configuration # ============================================ DB_NAME=gururmm DB_USER=gururmm # Generate a secure password: openssl rand -base64 24 DB_PASSWORD=CHANGE_ME_SECURE_PASSWORD # ============================================ # Server Configuration # ============================================ # Generate a secure JWT secret: openssl rand -base64 32 JWT_SECRET=CHANGE_ME_JWT_SECRET # Logging level: trace, debug, info, warn, error RUST_LOG=info # ============================================ # Dashboard Configuration (when ready) # ============================================ # Public URL for the API (used by dashboard) # This should match your NPM configuration VITE_API_URL=https://rmm-api.azcomputerguru.com