Merge pull request #3194 from taosdata/jtao1735-patch-2

Update administrator-ch.md
This commit is contained in:
Shengliang Guan 2020-08-23 20:04:08 +08:00 committed by GitHub
commit c5e76c2896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ TDengine系统后台服务由taosd提供可以在配置文件taos.cfg里修
- firstEp: taosd启动时主动连接的集群中第一个dnode的end point, 默认值为localhost:6030。 - firstEp: taosd启动时主动连接的集群中第一个dnode的end point, 默认值为localhost:6030。
- secondEp: taosd启动时如果first连接不上尝试连接集群中第二个dnode的end point, 默认值为空。 - secondEp: taosd启动时如果first连接不上尝试连接集群中第二个dnode的end point, 默认值为空。
- fqdn数据节点的FQDN。如果为空,将自动获取操作系统配置的第一个, 默认值为空 - fqdn数据节点的FQDN缺省为操作系统配置的第一个hostname。如果习惯IP地址访问可设置为该节点的IP地址
- serverPorttaosd启动后对外服务的端口号默认值为6030。 - serverPorttaosd启动后对外服务的端口号默认值为6030。
- httpPort: RESTful服务使用的端口号所有的HTTP请求TCP都需要向该接口发起查询/写入请求, 默认值为6041。 - httpPort: RESTful服务使用的端口号所有的HTTP请求TCP都需要向该接口发起查询/写入请求, 默认值为6041。
- dataDir: 数据文件目录,所有的数据文件都将写入该目录。默认值:/var/lib/taos。 - dataDir: 数据文件目录,所有的数据文件都将写入该目录。默认值:/var/lib/taos。