We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec8b66 commit 09b40f6Copy full SHA for 09b40f6
cicd/local/start.sh
@@ -35,7 +35,8 @@ rpc_port="${RPC_PORT:-8545}"
35
36
ws_port="${WS_PORT:-8555}"
37
38
-netstats="${NODE_NAME}-${wallet}:xinfin_xdpos_hybrid_network_stats@devnetstats.apothem.network:2000"
+default_netstats="xinfin_xdpos_hybrid_network_stats_local@localhost:2000"
39
+netstats="${NODE_NAME}-${wallet}:${NETSTATS_CONFIG:-$default_netstats}"
40
41
42
echo "Running a node with wallet: ${wallet}"
0 commit comments