AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 1. 释义 启动configtxlator的REST服务。 ## 2. 使用方法 ``` ~$ configtxlator start [<flags>] ``` 命令标志: ``` --help Show context-sensitive help (also try --help-long and --help-man). --hostname="0.0.0.0" The hostname or IP on which the REST server will listen --port=7059 The port on which the REST server will listen ``` ## 3. 示例代码 下面的示例在本地8080端口启动rest服务: ``` ~$ configtxlator start --hostname="127.0.0.1" --port=8080 ```