docs: update taoskeeper doc
This commit is contained in:
parent
393d8cbbea
commit
a92a36ab80
|
@ -70,8 +70,7 @@ taosKeeper 支持用 `taoskeeper -c <keeper config file>` 命令来指定配置
|
||||||
**下面是配置文件的示例:**
|
**下面是配置文件的示例:**
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# The ID of the currently running instance of the component that generated the QID,
|
# The ID of the currently running taoskeeper instance, default is 64.
|
||||||
# default is 64.
|
|
||||||
instanceId = 64
|
instanceId = 64
|
||||||
|
|
||||||
# Listening port, default is 6043.
|
# Listening port, default is 6043.
|
||||||
|
|
Loading…
Reference in New Issue