Introduced air quality and weather, onboarding for mobile devices with qr code and otp. Cascade on delete of device with telemtry.

This commit is contained in:
2025-11-14 00:45:10 +01:00
parent ed105fccd3
commit 7f2aec96dd
34 changed files with 1186 additions and 426 deletions

View File

@@ -0,0 +1,24 @@
# Device Manager Environment Configuration
# Database connection
DATABASE_URL=postgresql://iot_user:your_password@localhost:5432/iot_dashboard
# Certificate paths
CA_CERT_PATH=certs/ca.crt
CA_KEY_PATH=certs/ca.key
CRL_PATH=certs/ca.crl
# Certificate settings
CERT_VALIDITY_DAYS=365
CERT_KEY_SIZE=4096
SERVER_IP=10.10.1.114
# Device ID settings
DEVICE_ID_LENGTH=8
# Service settings
DEVICE_MANAGER_HOST=0.0.0.0
DEVICE_MANAGER_PORT=8000
LOG_LEVEL=INFO