Skip to content

Commit d5b02b8

Browse files
committed
security: replace live Cloudflare KV namespace IDs with provisioning placeholders
1 parent 676470b commit d5b02b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENVIRONMENT = "production"
1111
# Then replace the placeholder id below with the output id.
1212
[[kv_namespaces]]
1313
binding = "AIEP_EVENTS"
14-
id = "17768548ce7b4bbc9a0e5b3902d673ca"
14+
id = "REPLACE_WITH_KV_NAMESPACE_ID" # run: wrangler kv namespace create AIEP_EVENTS
1515

1616
# R2 bucket — run `wrangler r2 bucket create aiep-nda` to provision
1717
[[r2_buckets]]
@@ -55,7 +55,7 @@ name = "aiep-workers"
5555

5656
[[env.production.kv_namespaces]]
5757
binding = "AIEP_EVENTS"
58-
id = "REPLACE_WITH_PRODUCTION_KV_NAMESPACE_ID"
58+
id = "REPLACE_WITH_PRODUCTION_KV_NAMESPACE_ID" # run: wrangler kv namespace create AIEP_EVENTS --env production
5959

6060
[[env.production.r2_buckets]]
6161
binding = "AIEP_NDA_BUCKET"

0 commit comments

Comments
 (0)