Skip to content

Commit

Permalink
added env vars for staging and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Jan 23, 2025
1 parent 295e3a2 commit 689d364
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ MAX_SHARDS = "825"
FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "true"
TELEMETRY_RATIO = 0.0005
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "0"
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 300
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
FF_DAGPB_CONTENT_CACHE_ENABLED = "true"
TELEMETRY_RATIO = 0.0005
GATEWAY_SERVICE_DID = "did:web:w3s.link"
UPLOAD_SERVICE_DID = "did:web:web3.storage"
CONTENT_CLAIMS_SERVICE_URL = "https://claims.web3.storage"
Expand Down Expand Up @@ -89,9 +92,12 @@ MAX_SHARDS = "825"
FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "true"
TELEMETRY_RATIO = 1.0
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "0"
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 300
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
FF_DAGPB_CONTENT_CACHE_ENABLED = "true"
TELEMETRY_RATIO = 1.0
GATEWAY_SERVICE_DID = "did:web:staging.w3s.link"
UPLOAD_SERVICE_DID = "did:web:staging.web3.storage"
CONTENT_CLAIMS_SERVICE_URL = "https://staging.claims.web3.storage"
Expand Down

0 comments on commit 689d364

Please sign in to comment.