Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
戚辅光 committed Mar 15, 2022
1 parent fcaa455 commit e62c598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugin编译好后,将so文件拷贝到gohangout运行目录,在配置文件
### 3. 配置
```bigquery
outputs:
- /opt/jiujicloud/gohangout/zinc_output.so:
- /opt/gohangout/zinc_output.so:
addresses:
- http://10.1.250.157:4080
- http://10.1.250.158:4080
Expand All @@ -36,7 +36,7 @@ outputs:
batch_flush_interval: 5
concurrency: 4
```
1. `/opt/jiujicloud/gohangout/zinc_output.so`为plugin绝对路径;
1. `/opt/gohangout/zinc_output.so`为plugin绝对路径;
2. `addresses`为zinc的api接口路径,可以填写多个,目前负载均衡为简单随机;
3. `index` zinc的索引规则;
4. `username` zinc API接口鉴权用户名;
Expand Down

0 comments on commit e62c598

Please sign in to comment.