mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user