Skip to content

Commit

Permalink
default swarm port
Browse files Browse the repository at this point in the history
CERAMIC_ONE_SWARM_ADDRESSES default_values port 4001
  • Loading branch information
AaronGoldman committed Oct 30, 2023
1 parent 3bd79d3 commit 98e2b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct DaemonOpts {
/// Listen address of the p2p swarm.
#[arg(
long,
default_values_t = vec!["/ip4/0.0.0.0/tcp/0".to_string(), "/ip4/0.0.0.0/udp/0/quic-v1".to_string()],
default_values_t = vec!["/ip4/0.0.0.0/tcp/4001".to_string(), "/ip4/0.0.0.0/udp/4001/quic-v1".to_string()],
use_value_delimiter = true,
value_delimiter = ',',
env = "CERAMIC_ONE_SWARM_ADDRESSES"
Expand Down

0 comments on commit 98e2b9b

Please sign in to comment.