mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Using 0xBEEF is annoying in examples because it makes it makes it look like the user can use ascii or something. In the Procfile use 0x0,0x1,0x2,etc and use 0xBAD0 in test.
4 lines
291 B
Plaintext
4 lines
291 B
Plaintext
etcd0: ./etcd -id 0x0 -l :8080 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
|
|
etcd1: ./etcd -id 0x1 -l :8081 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
|
|
etcd2: ./etcd -id 0x2 -l :8082 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
|