Open-source IoT Platform - Device management, data collection, processing and visualization.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
322 B

ZOOKEEPER_ENABLED=true
ZOOKEEPER_URL=zookeeper:2181
LWM2M_BIND_ADDRESS=0.0.0.0
LWM2M_BIND_PORT=5685
LWM2M_SECURITY_BIND_ADDRESS=0.0.0.0
LWM2M_SECURITY_BIND_PORT=5686
LWM2M_TIMEOUT=10000
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus
WEB_APPLICATION_ENABLE=true
WEB_APPLICATION_TYPE=servlet
HTTP_BIND_PORT=8081