Skip to content

Commit

Permalink
fix: add zone (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 30, 2022
1 parent a869bc6 commit 2f3012e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edge-gateway/wrangler.toml
Expand Up @@ -19,6 +19,7 @@ bindings = [
[env.production]
# name = "gateway-nft-storage-production"
account_id = "fffa4b4363a7e5250af8357087263b3a" # Protocol Labs CF account
zone_id = "c7795a0adce7609a95d62fec04705aff"
routes = [
"nftstorage.link/ipfs/*",
"*.ipfs.nftstorage.link/*",
Expand Down Expand Up @@ -56,6 +57,7 @@ environment = "production"
[env.staging]
# name = "gateway-nft-storage-staging"
account_id = "fffa4b4363a7e5250af8357087263b3a" # Protocol Labs CF account
zone_id = "c7795a0adce7609a95d62fec04705aff"
routes = [
"*.ipfs-staging.nftstorage.link/*",
"ipfs-staging.nftstorage.link/*",
Expand Down

0 comments on commit 2f3012e

Please sign in to comment.