Skip to content

Commit

Permalink
fix: use dag haus cf dedicated gw (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Aug 12, 2022
1 parent fd14204 commit 34c4b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edge-gateway/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ routes = [
kv_namespaces = [{ binding = "DENYLIST", id = "785cf627e913468ca5319523ae929def" }]

[env.production.vars]
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.nftstorage.link\", \"https://pinata.nftstorage.link\"]"
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\", \"https://pinata.nftstorage.link\"]"
GATEWAY_HOSTNAME = 'ipfs.dag.haus'
EDGE_GATEWAY_API_URL = 'https://api.nftstorage.link'
DEBUG = "false"
Expand Down Expand Up @@ -74,7 +74,7 @@ routes = [
kv_namespaces = [{ binding = "DENYLIST", id = "f4eb0eca32e14e28b643604a82e00cb3" }]

[env.staging.vars]
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.nftstorage.link\", \"https://pinata.nftstorage.link\"]"
IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\", \"https://pinata.nftstorage.link\"]"
GATEWAY_HOSTNAME = 'ipfs-staging.dag.haus'
EDGE_GATEWAY_API_URL = 'https://api.nftstorage.link'
DEBUG = "true"
Expand Down

0 comments on commit 34c4b16

Please sign in to comment.