Skip to content

Commit

Permalink
BCard fixes (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
BogDrakonov authored Dec 6, 2023
1 parent 1b1b2a2 commit dd2c881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -227,7 +227,7 @@ locals {
"proxied" = false
},
"stagetx" = {
"name" = "statetx",
"name" = "stagetx",
"value" = "165.227.248.39",
"ttl" = 1,
"proxied" = false
Expand Down

0 comments on commit dd2c881

Please sign in to comment.