4paradigm / 4paradigm/OpenMLDB

Update the doc of FeatInsight example config file

Open
#3,770 1 comment 0 reactions 0 assignees View on GitHub
documentation
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

**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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.