fixed env example to include bootstrap node

This commit is contained in:
viraladmin 2026-07-27 16:57:27 -06:00
parent 7f7d5975d4
commit 69722b9bba
1 changed files with 1 additions and 1 deletions

View File

@ -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