17 lines
254 B
YAML
17 lines
254 B
YAML
node:
|
|
shard_id: 0
|
|
region: us-east
|
|
role: leader
|
|
|
|
replication:
|
|
listen: "0.0.0.0:9500"
|
|
poll_interval_secs: 2
|
|
|
|
peers:
|
|
- shard_id: 1
|
|
region: eu-west
|
|
address: "eu-west:9500"
|
|
- shard_id: 2
|
|
region: ap-south
|
|
address: "ap-south:9500"
|