rmm2/frontend/.env.example
cynfo3000 54ddc0b902 WAU Compliance: agent collector, backend endpoints, frontend badge + panel
- Agent: WAU registry config check (include/exclude URLs), pending updates count
- Backend: /wau/compliance per customer, /wau/compliance/summary all customers
- Frontend: compliance badge in customer list, compliance panel in WAU tab
- config.js: no longer gitignored (secrets-free, reads from env/window.__RMM_CONFIG__)
- vite.config.js: reads backend URL from .env instead of hardcoded value
- .env.example added for clean setup
2026-03-10 17:38:58 +01:00

7 lines
192 B
Plaintext

# RMM Frontend Konfiguration
# Datei kopieren: cp .env.example .env (wird nicht eingecheckt)
VITE_BACKEND_HOST=your-backend.example.com
VITE_BACKEND_PORT=8443
VITE_API_KEY=your-api-key-here