From 4a1b4af51a0eef6fe371f500de8aa4be69a78dda Mon Sep 17 00:00:00 2001 From: Cali <32299095+Cali93@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:40:53 +0800 Subject: [PATCH] chore(reown): update DNS config for Reown (#30) --- .github/workflows/cd.yml | 4 ++-- README.md | 4 ++-- terraform/variables.tf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index adcd854..d7c57f0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest environment: name: staging - url: https://staging.cloud-auth-api.walletconnect.com/health + url: https://staging.cloud-auth-api.reown.com/health needs: - get-version steps: @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest environment: name: prod - url: https://cloud-auth-api.walletconnect.com/health + url: https://cloud-auth-api.reown.com/health needs: - get-version # - validate-staging diff --git a/README.md b/README.md index eb09bea..b12e873 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,5 @@ This API has the following endpoints: ## Health checks -- Staging: https://staging.cloud-auth-api.walletconnect.com/health -- Production: https://cloud-auth-api.walletconnect.com/health +- Staging: https://staging.cloud-auth-api.reown.com/health +- Production: https://cloud-auth-api.reown.com/health diff --git a/terraform/variables.tf b/terraform/variables.tf index 3727c8f..60d62f5 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -10,7 +10,7 @@ variable "azs" { variable "public_url" { type = string - default = "cloud-auth-api.walletconnect.com" + default = "cloud-auth-api.reown.com" } variable "image_version" {