We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676470b commit d5b02b8Copy full SHA for d5b02b8
1 file changed
wrangler.toml
@@ -11,7 +11,7 @@ ENVIRONMENT = "production"
11
# Then replace the placeholder id below with the output id.
12
[[kv_namespaces]]
13
binding = "AIEP_EVENTS"
14
-id = "17768548ce7b4bbc9a0e5b3902d673ca"
+id = "REPLACE_WITH_KV_NAMESPACE_ID" # run: wrangler kv namespace create AIEP_EVENTS
15
16
# R2 bucket — run `wrangler r2 bucket create aiep-nda` to provision
17
[[r2_buckets]]
@@ -55,7 +55,7 @@ name = "aiep-workers"
55
56
[[env.production.kv_namespaces]]
57
58
-id = "REPLACE_WITH_PRODUCTION_KV_NAMESPACE_ID"
+id = "REPLACE_WITH_PRODUCTION_KV_NAMESPACE_ID" # run: wrangler kv namespace create AIEP_EVENTS --env production
59
60
[[env.production.r2_buckets]]
61
binding = "AIEP_NDA_BUCKET"
0 commit comments