dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
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.
12 lines
257 B
12 lines
257 B
# ThingsBoard server configuration
|
|
|
|
ZOOKEEPER_ENABLED=true
|
|
ZOOKEEPER_URL=zookeeper:2181
|
|
RPC_HOST=${TB_HOST}
|
|
TB_KAFKA_SERVERS=kafka:9092
|
|
JS_EVALUATOR=remote
|
|
TRANSPORT_TYPE=remote
|
|
CACHE_TYPE=redis
|
|
REDIS_HOST=redis
|
|
|
|
HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false
|
|
|