Skip to content

Commit

Permalink
more boring port number
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose committed Jan 31, 2025
1 parent 5e1e9d2 commit 4bf818e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CA: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/../certs/

#[derive(Parser)]
struct Args {
#[clap(short, long, default_value = "localhost:1142")]
#[clap(short, long, default_value = "localhost:8888")]
addr: String,
#[clap(short, long, default_value = "")]
body: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub const KEY_PEM: &[u8] = include_bytes!(concat!(

#[derive(Parser)]
struct Args {
#[clap(short, long, default_value = "localhost:1142")]
#[clap(short, long, default_value = "localhost:8888")]
addr: String,
}

Expand Down

0 comments on commit 4bf818e

Please sign in to comment.