Skip to content

Commit

Permalink
updated host
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger committed May 24, 2024
1 parent 58b3abb commit 0af9120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "resources" {
# DaskHub ------------------------------------------------------------------
dns_label = "pccompute"
oauth_host = "planetarycomputer"
jupyterhub_host = "pccompute.westeurope.cloudapp.azure.com"
jupyterhub_host = "planetarycomputer-hub.microsoft.com"
user_placeholder_replicas = 1
stac_url = "https://planetarycomputer.microsoft.com/api/stac/v1/"

Expand Down
2 changes: 1 addition & 1 deletion terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "resources" {
# DaskHub ------------------------------------------------------------------
dns_label = "pcc-staging"
oauth_host = "planetarycomputer-staging"
jupyterhub_host = "pcc-staging.westeurope.cloudapp.azure.com"
jupyterhub_host = "planetarycomputer-hub-staging.microsoft.com"
user_placeholder_replicas = 0
stac_url = "https://planetarycomputer-staging.microsoft.com/api/stac/v1/"

Expand Down

0 comments on commit 0af9120

Please sign in to comment.