README formatting
This commit is contained in:
parent
f258883905
commit
cfd3b5d205
|
@ -31,6 +31,7 @@ To demonstrate the example application, you can open multiple terminals. In each
|
||||||
node dist/example-app.js
|
node dist/example-app.js
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export RHIZOME_REQUEST_BIND_PORT=4002
|
export RHIZOME_REQUEST_BIND_PORT=4002
|
||||||
export RHIZOME_PUBLISH_BIND_PORT=4003
|
export RHIZOME_PUBLISH_BIND_PORT=4003
|
||||||
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4004'
|
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4004'
|
||||||
|
@ -38,6 +39,7 @@ To demonstrate the example application, you can open multiple terminals. In each
|
||||||
node dist/example-app.js
|
node dist/example-app.js
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export RHIZOME_REQUEST_BIND_PORT=4004
|
export RHIZOME_REQUEST_BIND_PORT=4004
|
||||||
export RHIZOME_PUBLISH_BIND_PORT=4005
|
export RHIZOME_PUBLISH_BIND_PORT=4005
|
||||||
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002'
|
export RHIZOME_SEED_PEERS='127.0.0.1:4000, 127.0.0.1:4002'
|
||||||
|
|
Loading…
Reference in New Issue