Skip to content

Commit

Permalink
changing app and staging to not use CF proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Mithani authored and Al Mithani committed Dec 6, 2023
1 parent 1b1b2a2 commit 8236cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions banklesscard-xyz/cloudflare/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ locals {
"name" = "app",
"value" = "bcard-app.vercel.app",
"ttl" = 1,
"proxied" = true
"proxied" = false
},
"staging" = {
"name" = "staging",
"value" = "bcard-app-staging.vercel.app",
"ttl" = 1,
"proxied" = true
"proxied" = false
},
"www" = {
"name" = "www",
Expand Down

0 comments on commit 8236cc1

Please sign in to comment.