Skip to content

Commit

Permalink
chore: Reset TYCHO_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TAMARA LIPOWSKI committed Feb 28, 2025
1 parent 239c790 commit 1422117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn main() {
.init();

let tycho_url =
env::var("TYCHO_URL").unwrap_or_else(|_| "tycho-base-beta.propellerheads.xyz".to_string());
env::var("TYCHO_URL").unwrap_or_else(|_| "tycho-beta.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 1422117

Please sign in to comment.