Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
fix supernode default port doc
Browse files Browse the repository at this point in the history
Signed-off-by: yuansmin <yuansmin1@163.com>
  • Loading branch information
yuansmin committed Mar 14, 2019
1 parent 6e7c928 commit 828cddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/supernode_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ This is an array property, and every member of it has these attributes:
Name | Default Value | Description
---- | ------------- | -----------
ip | None | The ip of the cluster member.
registerPort | 8001 | The register port of the cluster member.
downloadPort | 8002 | The download port of the cluster member.
downloadPort | 8001 | The download port of the cluster member.
registerPort | 8002 | The register port of the cluster member.

- Config it in `.properties` file, for example:

```ini
supernode.cluster[0].ip = '192.168.0.1'
supernode.cluster[0].registerPort = 8001
supernode.cluster[0].registerPort = 8002
supernode.cluster[1].ip = '192.168.0.2'
```

Expand All @@ -44,7 +44,7 @@ downloadPort | 8002 | The download port of the cluster member.
supernode:
cluster:
- ip: '192.168.0.1'
registerPort: 8001
registerPort: 8002
- ip: '192.168.0.2'
```

Expand Down

0 comments on commit 828cddb

Please sign in to comment.