Skip to content

Commit

Permalink
Use prod tunnel url
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed May 29, 2024
1 parent 6532366 commit 90d9461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/src/commands/cloud/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ impl Default for CloudConfig {
api_base_url: Url::parse("https://api.us.restate.cloud").unwrap(),
login_base_url: Url::parse("https://restate-cloud.auth.us-east-2.amazoncognito.com")
.unwrap(),
// TODO; prod url
tunnel_base_url: Url::parse("https://tunnel.dev.restate.cloud:19080").unwrap(),
tunnel_base_url: Url::parse("https://tunnel.us.restate.cloud:19080").unwrap(),
client_id: "5q3dsdnrr5r400jvibd8d3k66l".into(),
redirect_ports: vec![33912, 44643, 47576, 54788, 61844],
credentials: None,
Expand Down

0 comments on commit 90d9461

Please sign in to comment.