thingsboard/docker/tb-coap-transport.env

6 lines
94 B
Bash
Raw Normal View History

2018-10-18 16:21:50 +03:00
COAP_BIND_ADDRESS=0.0.0.0
COAP_BIND_PORT=5683
COAP_TIMEOUT=10000
2018-10-25 19:08:06 +03:00
TB_KAFKA_SERVERS=kafka:9092