thingsboard/docker/tb-node.env

14 lines
276 B
Bash
Raw Normal View History

# ThingsBoard server configuration
2018-10-25 19:08:06 +03:00
ZOOKEEPER_ENABLED=true
ZOOKEEPER_URL=zookeeper:2181
2020-04-24 14:54:25 +03:00
JS_EVALUATOR=remote
TRANSPORT_TYPE=remote
HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false
2020-04-30 18:10:05 +03:00
TB_QUEUE_PARTITIONS_VIRTUAL_NODES_SIZE=64
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus