Skip to content

Commit

Permalink
Merge branch 'fix/vars'
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Jan 7, 2025
2 parents 4d3d66f + 9ef0950 commit 860e0d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ command = "npm run build"

[vars]
DEBUG = "true"
FF_TELEMETRY_ENABLED = "false"

# PROD!
[env.carpark-production]
Expand All @@ -18,7 +19,7 @@ route = { pattern = "https://carpark-prod-0.r2.w3s.link/*", zone_id = "ae60d8f73

[env.carpark-production.vars]
DEBUG = "false"
FF_TELEMETRY_ENABLED = true
FF_TELEMETRY_ENABLED = "true"

# STAGING!
[env.carpark-staging]
Expand All @@ -27,7 +28,7 @@ r2_buckets = [{ binding = "BUCKET", bucket_name = "carpark-staging-0" }]
route = { pattern = "https://carpark-staging-0.r2.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" }

[env.carpark-staging.vars]
FF_TELEMETRY_ENABLED = true
FF_TELEMETRY_ENABLED = "true"
DEBUG = "true"

# HANNAH DEV TESTING!
Expand Down

0 comments on commit 860e0d1

Please sign in to comment.