Skip to content

Commit

Permalink
chore(reown): update DNS config for Reown (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cali93 authored Sep 18, 2024
1 parent 7ea5d6a commit 4a1b4af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 4a1b4af

Please sign in to comment.