thingsboard/docker/tb-mqtt-transport.env

13 lines
253 B
Bash
Raw Permalink Normal View History

2020-04-24 19:16:25 +03:00
ZOOKEEPER_ENABLED=true
ZOOKEEPER_URL=zookeeper:2181
2018-10-15 18:24:51 +03:00
MQTT_BIND_ADDRESS=0.0.0.0
MQTT_BIND_PORT=1883
MQTT_TIMEOUT=10000
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus
WEB_APPLICATION_ENABLE=true
WEB_APPLICATION_TYPE=servlet
HTTP_BIND_PORT=8081