Skip to content

Commit

Permalink
chore: update wrangler
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla committed Oct 18, 2023
1 parent 53e9923 commit bee9963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/api/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ r2_buckets = [
# name = "web3-storage-production"
account_id = "fffa4b4363a7e5250af8357087263b3a" # Protocol Labs CF account
route = { pattern = "https://api.web3.storage/*", zone_id = "7eee3323c1b35b6650568604c65f441e" }
vars = { CARPARK_URL = "https://carpark.web3.storage", CLUSTER_API_URL = "https://pickup.dag.haus", ENV = "production", PG_REST_URL = "https://web3-storage-pgrest-prod.herokuapp.com", GATEWAY_URL = "https://ipfs.io" }
vars = { CARPARK_URL = "https://carpark.web3.storage", CLUSTER_API_URL = "https://pickup.dag.haus", ENV = "production", PG_REST_URL = "https://web3-storage-pgrest-prod.herokuapp.com", GATEWAY_URL = "https://freeway.dag.haus,https://ipfs.io" }
r2_buckets = [
{ binding = "CARPARK", bucket_name = "carpark-prod-0" },
{ binding = "DUDEWHERE", bucket_name = "dudewhere-prod-0" },
Expand All @@ -52,7 +52,7 @@ r2_buckets = [
account_id = "fffa4b4363a7e5250af8357087263b3a" # Protocol Labs CF account
route = { pattern = "https://api-staging.web3.storage/*", zone_id = "7eee3323c1b35b6650568604c65f441e" }
# nft.storage.ipfscluster.io is the staging cluster
vars = { CARPARK_URL = "https://carpark-staging.web3.storage", CLUSTER_API_URL = "https://staging.pickup.dag.haus", ENV = "staging", PG_REST_URL = "https://web3-storage-pgrest-staging.herokuapp.com", GATEWAY_URL = "https://ipfs.io" }
vars = { CARPARK_URL = "https://carpark-staging.web3.storage", CLUSTER_API_URL = "https://staging.pickup.dag.haus", ENV = "staging", PG_REST_URL = "https://web3-storage-pgrest-staging.herokuapp.com", GATEWAY_URL = "https://freeway.dag.haus,https://ipfs.io" }
r2_buckets = [
{ binding = "CARPARK", bucket_name = "carpark-staging-0" },
{ binding = "DUDEWHERE", bucket_name = "dudewhere-staging-0" },
Expand Down
1 change: 0 additions & 1 deletion packages/website/pages/docs/how-tos/w3name.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Be careful where you save your keys! Your private signing keys allow the holder
</Callout>

## Rate limits

The w3name API is rate limited at 30 requests per 10 seconds per IP.

[concepts-content-addressing]: /docs/concepts/content-addressing
Expand Down

0 comments on commit bee9963

Please sign in to comment.