Configuration And Secrets¶
What to configure¶
At minimum, configure:
- database connection settings
- Redis connection settings
- API port and JWT secret
- WebSocket port and token policy
- dashboard public API and WebSocket endpoints
Secret hygiene¶
- never commit production secrets
- use environment variables or deployment secret stores
- rotate service tokens when device images are reused broadly
- keep lab, staging, and production credentials separate
Repo note¶
The repository is being prepared for open-source publication, so prefer sanitized examples only.