Skip to content

Commit

Permalink
fix: remove legacy binding from staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 3, 2023
1 parent c587987 commit e3a9767
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/edge-gateway/src/bindings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface EnvInput {
SENTRY_DSN?: string
LOKI_URL?: string
LOKI_TOKEN?: string
DENYLIST: KVNamespace
API: Fetcher
PUBLIC_RACE_WINNER: AnalyticsEngine
PUBLIC_RACE_TTFB: AnalyticsEngine
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 @@ -89,10 +89,6 @@ routes = [
{ pattern = "*.ipns-staging.dag.haus", zone_id = "f2f8a5b1c557202c6e3d0ce0e98e4c8e" }
]

kv_namespaces = [
{ binding = "DENYLIST", id = "f4eb0eca32e14e28b643604a82e00cb3" }
]

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

0 comments on commit e3a9767

Please sign in to comment.