4paradigm / 4paradigm/OpenMLDB
Update the doc of FeatInsight example config file
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
**Bug Description**
Update the doc in https://openmldb.ai/docs/zh/main/app_ecosystem/feat_insight/install/package.html .
```
server:
port: 8888
openmldb:
zk_cluster: 127.0.0.1:2181
zk_path: /openmldb
apiserver: 127.0.0.1:9080
```
Change to the following config.
```
server:
port: 8888
openmldb:
zk_cluster: openmldb-zk:2181
zk_path: /openmldb
apiserver: openmldb-zk:9080
skip_index_check: false
mockuser:
username: root
password: root
```
贡献指南
调研方向
The issue points to a specific documentation page at https://openmldb.ai/docs/zh/main/app_ecosystem/feat_insight/install/package.html. Find the source file for that page in the repository, likely under a docs directory. Update the example YAML configuration to match the new config provided. Verify the change by checking the rendered documentation locally or in a preview.
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 80/100