Skip to content

Commit

Permalink
fix: remove legacy binding from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 3, 2023
1 parent 367a74c commit 9bac59d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/edge-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ As a workaround, or to block content only relevant for dotstorage we can simply

## Metrics

Metrics are collected from logs pushed into Grafana Loki, as well as using Cloudflare Analytics engine.
Metrics are collected from logs pushed into Grafana Loki, as well as using Cloudflare Analytics engine via Worker bindings.

## Contributing

Expand Down
4 changes: 0 additions & 4 deletions packages/edge-gateway/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ routes = [
{ pattern = "*.ipns.dag.haus", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" }
]

kv_namespaces = [
{ binding = "DENYLIST", id = "785cf627e913468ca5319523ae929def" }
]

[env.production.vars]
GATEWAY_HOSTNAME = 'ipfs.dag.haus'
CID_VERIFIER_URL = 'https://cid-verifier.dag.haus'
Expand Down

0 comments on commit 9bac59d

Please sign in to comment.