sandbox-web-ide/backend/database/wrangler.example.toml

17 lines
333 B
TOML
Raw Normal View History

#:schema node_modules/wrangler/config-schema.json
name = "database"
main = "src/index.ts"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]
services = [{ binding = "STORAGE", service = "storage" }]
[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""
2024-05-26 18:37:36 -07:00
[vars]
KEY = ""
STORAGE_WORKER_URL = ""