Skip to content

Commit

Permalink
Use production cloud environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed May 16, 2024
1 parent 138f7ff commit afdc25f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cli/src/commands/cloud/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ impl Default for CloudConfig {
Self {
environment_info: None,
// TODO; move to production URLs
api_base_url: Url::parse("https://api.dev.restate.cloud").unwrap(),
login_base_url: Url::parse(
"https://restate-cloud-signup-test.auth.eu-central-1.amazoncognito.com",
)
.unwrap(),
client_id: "1v1rkegmilgjlphium3ksgurek".into(),
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(),
client_id: "5q3dsdnrr5r400jvibd8d3k66l".into(),
redirect_ports: vec![33912, 44643, 47576, 54788, 61844],
credentials: None,
}
Expand Down

0 comments on commit afdc25f

Please sign in to comment.