diff --git a/.env.example b/.env.example index 96ef61c..ff52d34 100644 --- a/.env.example +++ b/.env.example @@ -11,10 +11,10 @@ TELEMETRY_ENABLED=false ATTESTATION_CACHE_URL=redis://localhost:6379/0 # Project Registry -PROJECT_REGISTRY_URL="https://registry-staging-cf.walletconnect.com" +PROJECT_REGISTRY_URL="https://registry-prod-cf.walletconnect.com" PROJECT_REGISTRY_AUTH_TOKEN="See 1Password: cloudflare-workers/prod/internal-api-auth-token" PROJECT_REGISTRY_CACHE_URL=redis://localhost:6379/1 -TEST_PROJECT_ID="Create one on https://wc-cloud-staging.vercel.app" +TEST_PROJECT_ID="Use one from https://cloud.walleconnect.com" # Terraform GRAFANA_AUTH= diff --git a/Cargo.lock b/Cargo.lock index a4306a5..477875c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bouncer" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "async-trait", diff --git a/terraform/vars/dev.tfvars b/terraform/vars/dev.tfvars index dd0984b..7c96c4c 100644 --- a/terraform/vars/dev.tfvars +++ b/terraform/vars/dev.tfvars @@ -1,2 +1,2 @@ -project_registry_url = "https://registry-staging-cf.walletconnect.com" +project_registry_url = "https://registry-prod-cf.walletconnect.com" domain_whitelist = "walletconnect.com,vercel.app,localhost" \ No newline at end of file diff --git a/terraform/vars/staging.tfvars b/terraform/vars/staging.tfvars index dd0984b..7c96c4c 100644 --- a/terraform/vars/staging.tfvars +++ b/terraform/vars/staging.tfvars @@ -1,2 +1,2 @@ -project_registry_url = "https://registry-staging-cf.walletconnect.com" +project_registry_url = "https://registry-prod-cf.walletconnect.com" domain_whitelist = "walletconnect.com,vercel.app,localhost" \ No newline at end of file