Skip to content

Commit

Permalink
try and fix wrangler setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Nov 12, 2024
1 parent 50e6f4e commit 0d50cbb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ upload_source_maps = true
enabled = true
head_sampling_rate = 1 # optional. default = 1.

[env.dev]
name = "guilty-spark-dev"
[[kv_namespaces]]
binding = "SERVICE_API_TOKENS"
id = "94d9b7f70ef940cc86070091eb22eda9"
preview_id = "4b92f4658bba43699b7620a64281b2a1"

[env.staging]
name = "guilty-spark-staging"
kv_namespaces = [
{ binding = "SERVICE_API_TOKENS", id = "6cbf706d4b074e959365215a43576672" }
]

[env.production]
name = "guilty-spark"
kv_namespaces = [
{ binding = "SERVICE_API_TOKENS", id = "8b929aea54244374920b8bc51fba303c" }
]

0 comments on commit 0d50cbb

Please sign in to comment.