fix: add missing values and instructions to config files

This commit is contained in:
James Murdza
2024-06-01 22:36:38 -04:00
parent 478fe49d4b
commit 664a0098a6
4 changed files with 15 additions and 1 deletions

View File

@ -6,11 +6,14 @@ compatibility_flags = ["nodejs_compat"]
services = [{ binding = "STORAGE", service = "storage" }]
# Create a new D1 database using the Wrangler CLI and fill in database_name and database_id.
[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""
# Set STORAGE_WORKER_URL after deploying the worker.
# Set KEY to be the same as KEY in /backend/storage/wrangler.toml.
[vars]
KEY = ""
STORAGE_WORKER_URL = ""