Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 3001c8c

Browse files
Merge pull request #44 from ava-labs/make-cluster-accessible-everywhere
make available everywhere
2 parents d2dad43 + 23232ce commit 3001c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func newLocalNetwork(
194194
cfg.NodeConfigs[i].ConfigFile = []byte(fmt.Sprintf(`{
195195
"network-peer-list-gossip-frequency":"250ms",
196196
"network-max-reconnect-delay":"1s",
197-
"public-ip":"127.0.0.1",
197+
"public-ip":"0.0.0.0",
198198
"health-check-frequency":"2s",
199199
"api-admin-enabled":true,
200200
"api-ipcs-enabled":true,

0 commit comments

Comments
 (0)