diff --git a/packages/edge-gateway/wrangler.toml b/packages/edge-gateway/wrangler.toml index 166ddd3..a59c9ca 100644 --- a/packages/edge-gateway/wrangler.toml +++ b/packages/edge-gateway/wrangler.toml @@ -29,6 +29,9 @@ routes = [ { pattern = "*.ipns.dag.haus/*", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" }, { pattern = "*.ipns.dag.haus", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" } ] +kv_namespaces = [ + { binding = "DENYLIST", id = "785cf627e913468ca5319523ae929def" } +] [env.production.vars] IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\"]" @@ -77,6 +80,9 @@ routes = [ { pattern = "*.ipns-staging.dag.haus/*", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" }, { pattern = "*.ipns-staging.dag.haus", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" } ] +kv_namespaces = [ + { binding = "DENYLIST", id = "f4eb0eca32e14e28b643604a82e00cb3" } +] [env.staging.vars] IPFS_GATEWAYS = "[\"https://ipfs.io\", \"https://cf.dag.haus\", \"https://pinata.dag.haus\"]"