Skip to content

Commit f75a38f

Browse files
committed
Use lower port numbers by default
1 parent 352d75d commit f75a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hermes/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ pub enum Options {
3333
wormhole_addr: Option<Multiaddr>,
3434

3535
/// The address to bind the RPC server to.
36-
#[structopt(long, default_value = "127.0.0.1:33999")]
36+
#[structopt(long, default_value = "127.0.0.1:3399")]
3737
rpc_addr: SocketAddr,
3838

3939
/// Multiaddress to bind Pyth P2P server to.
40-
#[structopt(long, default_value = "/ip4/127.0.0.1/tcp/34000")]
40+
#[structopt(long, default_value = "/ip4/127.0.0.1/tcp/3400")]
4141
p2p_addr: Multiaddr,
4242

4343
/// A bootstrapping peer to join the cluster.

0 commit comments

Comments
 (0)