Skip to content

Commit 520f9af

Browse files
authored
Thingsboard modifies configuration files (#465)
1 parent 80fa1c4 commit 520f9af

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia
6464
# To use IoTDB, the following variables need to be added
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located
67-
export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default
68-
export IoTDB_USER:root ## The username for iotdb,defaults as root
69-
export IoTDB_PASSWORD:root ## The password for iotdb,default as root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting
71-
export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024
72-
export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73-
export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
67+
export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default
68+
export IoTDB_USER=root ## The username for iotdb,defaults as root
69+
export IoTDB_PASSWORD=root ## The password for iotdb,default as root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting
71+
export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024
72+
export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73+
export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
7474
```
7575

7676
## Instructions

src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia
6464
# To use IoTDB, the following variables need to be added
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located
67-
export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default
68-
export IoTDB_USER:root ## The username for iotdb,defaults as root
69-
export IoTDB_PASSWORD:root ## The password for iotdb,default as root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting
71-
export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024
72-
export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73-
export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
67+
export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default
68+
export IoTDB_USER=root ## The username for iotdb,defaults as root
69+
export IoTDB_PASSWORD=root ## The password for iotdb,default as root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting
71+
export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024
72+
export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73+
export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
7474
```
7575

7676
## Instructions

src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia
6464
# To use IoTDB, the following variables need to be added
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located
67-
export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default
68-
export IoTDB_USER:root ## The username for iotdb,defaults as root
69-
export IoTDB_PASSWORD:root ## The password for iotdb,default as root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting
71-
export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024
72-
export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73-
export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
67+
export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default
68+
export IoTDB_USER=root ## The username for iotdb,defaults as root
69+
export IoTDB_PASSWORD=root ## The password for iotdb,default as root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting
71+
export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024
72+
export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests
73+
export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization
7474
```
7575

7676
## Instructions

src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb
6464
# 使用IoTDB需增加以下变量
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址
67-
export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667
68-
export IoTDB_USER:root ## iotdb的用户名,默认为root
69-
export IoTDB_PASSWORD:root ## iotdb的密码,默认为root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置
71-
export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72-
export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73-
export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
67+
export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667
68+
export IoTDB_USER=root ## iotdb的用户名,默认为root
69+
export IoTDB_PASSWORD=root ## iotdb的密码,默认为root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置
71+
export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72+
export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73+
export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
7474
```
7575

7676
## 使用说明

src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb
6464
# 使用IoTDB需增加以下变量
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址
67-
export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667
68-
export IoTDB_USER:root ## iotdb的用户名,默认为root
69-
export IoTDB_PASSWORD:root ## iotdb的密码,默认为root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置
71-
export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72-
export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73-
export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
67+
export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667
68+
export IoTDB_USER=root ## iotdb的用户名,默认为root
69+
export IoTDB_PASSWORD=root ## iotdb的密码,默认为root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置
71+
export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72+
export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73+
export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
7474
```
7575

7676
## 使用说明

src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb
6464
# 使用IoTDB需增加以下变量
6565
export DATABASE_TS_LATEST_TYPE=iotdb
6666
export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址
67-
export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667
68-
export IoTDB_USER:root ## iotdb的用户名,默认为root
69-
export IoTDB_PASSWORD:root ## iotdb的密码,默认为root
70-
export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置
71-
export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72-
export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73-
export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
67+
export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667
68+
export IoTDB_USER=root ## iotdb的用户名,默认为root
69+
export IoTDB_PASSWORD=root ## iotdb的密码,默认为root
70+
export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置
71+
export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024
72+
export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数
73+
export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义
7474
```
7575

7676
## 使用说明

0 commit comments

Comments
 (0)