Skip to content

Commit d273d75

Browse files
committed
foo
1 parent 1c52359 commit d273d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/solana/test/validator.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ defmodule Solana.TestValidator do
7575
require Logger
7676

7777
@schema [
78-
bind_address: [type: :string, default: "0.0.0.0"],
78+
bind_address: [type: :string, default: "127.0.0.1"],
7979
bpf_program: [type: {:or, [:string, {:list, :string}]}],
8080
clone: [type: {:custom, Solana, :pubkey, []}],
8181
config: [type: :string, default: Path.expand("~/.config/solana/cli/config.yml")],
8282
dynamic_port_range: [type: :string, default: "8000-10000"],
8383
faucet_port: [type: :pos_integer, default: 9900],
8484
faucet_sol: [type: :pos_integer, default: 1_000_000],
85-
gossip_host: [type: :string, default: "127.0.0.1"],
85+
# gossip_host: [type: :string, default: "127.0.0.1"],
8686
gossip_port: [type: :pos_integer],
8787
url: [type: :string],
8888
ledger: [type: :string, default: "test-ledger"],

0 commit comments

Comments
 (0)