Skip to content

Commit

Permalink
Default to CDN version of explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Aug 16, 2023
1 parent bf0e557 commit e7f7cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bin/am/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub enum SubCommands {
System(system::Arguments),

/// Open up the existing Explorer
#[clap(alias = "explorer")]
Explore(explore::Arguments),

/// Create a new `am.toml` file interactively with sensible defaults
Expand Down
2 changes: 1 addition & 1 deletion src/bin/am/commands/explore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct Arguments {
prometheus_endpoint: Option<Url>,

/// Which endpoint to open in the browser
#[clap(long, env, default_value = "http://localhost:6789/explorer")]
#[clap(long, env, default_value = "https://explorer.autometrics.dev/")]
explorer_endpoint: Url,
}

Expand Down

0 comments on commit e7f7cb3

Please sign in to comment.