Skip to content

Commit 02e6f07

Browse files
committed
refine
1 parent bb35f22 commit 02e6f07

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
.percas
66
.percas-cluster
77
logs
8-
*.log
8+
*.log

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ To quickly start a simple 3-node cluster for development or testing, you can run
3030
./target/debug/percas start --config-file dev/cluster/config-2.toml >dev/cluster/node-2.log 2>&1 &
3131
```
3232

33-
You can interact with the cluster through any node. Percas will automatically handle data distribution and request routing across all nodes.
33+
You can interact with the cluster through any node, in this example they are `localhost:7654`, `localhost:7656` and `localhost:7658`.
34+
35+
Percas will automatically handle data distribution and request routing across all nodes.
3436

3537
## License
3638

0 commit comments

Comments
 (0)