Skip to content

Commit 307f326

Browse files
rjwaltersclaude
andcommitted
Configure Cloudflare infrastructure with real resource IDs
D1 database, R2 bucket, and KV namespace created on personal Cloudflare account. Replaces placeholder IDs so Workers can bind to actual resources. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 238a835 commit 307f326

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
@@ -7,7 +7,7 @@ pages_build_output_dir = "dist"
77
[[d1_databases]]
88
binding = "DB"
99
database_name = "draftwell-db"
10-
database_id = "YOUR_DATABASE_ID" # Replace with your actual D1 database ID
10+
database_id = "8859fa42-907a-4014-97e0-2fffb3d041be"
1111

1212
# R2 bucket binding (document and review content storage)
1313
[[r2_buckets]]
@@ -17,7 +17,7 @@ bucket_name = "draftwell-content"
1717
# KV namespace binding (rate limiting)
1818
[[kv_namespaces]]
1919
binding = "RATE_LIMIT"
20-
id = "YOUR_KV_NAMESPACE_ID" # Replace with your actual KV namespace ID
20+
id = "08f8937b58104f319651b204d60ea887"
2121

2222
# Environment variables (add secrets via `wrangler secret put`)
2323
[vars]

0 commit comments

Comments
 (0)