Skip to content

Commit

Permalink
remove option
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Feb 27, 2024
1 parent f0fb30a commit 4f4499e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ pub struct EdgeArgs {
#[clap(long, env)]
pub upstream_certificate_file: Option<PathBuf>,

/// Service account token. Used to create client tokens if receiving a frontend token we don't have data for
#[clap(long, global = true, env)]
pub service_account_token: Option<String>,

/// Timeout for requests to the upstream server
#[clap(long, env, default_value_t = 5)]
pub upstream_request_timeout: i64,
Expand Down

0 comments on commit 4f4499e

Please sign in to comment.