1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00
Files
thingsboard-gateway/thingsboard_gateway/config/tb_gateway.yaml

35 lines
692 B
YAML

thingsboard-client:
host: 127.0.0.1
port: 1883
security:
accessToken: FUH2Fonov6eajSHi0Zyw
storage:
## properties for memory storage
type: memory
read_records_count: 10
max_records_count: 1000
## properties for file storage
# type: file
# data_folder_path: ./data/
# max_file_count: 5
# max_read_records_count: 6
# max_records_between_fsync: 2
# max_records_per_file: 14
# no_records_sleep_interval: 5000
connectors:
-
name: MQTT Broker Connector
type: mqtt
configuration: mqtt.json
#
# -
# name: Modbus Connector
# type: modbus
# configuration: modbus.json
# -
# name: OPC-UA Connector
# type: opcua
# configuration: opcua.json