fixed env example to include bootstrap node
This commit is contained in:
parent
7f7d5975d4
commit
69722b9bba
|
|
@ -3,7 +3,7 @@
|
||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
|
|
||||||
# Give every endpoint a unique name. Separate endpoints with commas.
|
# Give every endpoint a unique name. Separate endpoints with commas.
|
||||||
CONTRACTLESS_RPC_NODES=node-1=127.0.0.1:50050,node-2=192.0.2.10:50050
|
CONTRACTLESS_RPC_NODES=node-1=contractless.dev:50050
|
||||||
CONTRACTLESS_RPC_TIMEOUT=10
|
CONTRACTLESS_RPC_TIMEOUT=10
|
||||||
|
|
||||||
# An endpoint enters a temporary cooldown after this many consecutive
|
# An endpoint enters a temporary cooldown after this many consecutive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue