Skip to content

Commit

Permalink
fix: Change tycho url to point to dev db
Browse files Browse the repository at this point in the history
  • Loading branch information
dianacarvalho1 committed Dec 12, 2024
1 parent a23623e commit b3ed2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/explorer/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() {
let cli = Cli::parse();

let tycho_url =
env::var("TYCHO_URL").unwrap_or_else(|_| "tycho-beta.propellerheads.xyz".to_string());
env::var("TYCHO_URL").unwrap_or_else(|_| "tycho-dev.propellerheads.xyz".to_string());
let tycho_api_key: String =
env::var("TYCHO_API_KEY").unwrap_or_else(|_| "sampletoken".to_string());

Expand Down

0 comments on commit b3ed2c5

Please sign in to comment.