mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
chore: switch storage to D1 (test branch)
This commit is contained in:
+5
-3
@@ -3,9 +3,11 @@ main = "src/index.ts"
|
||||
compatibility_date = "2024-01-01"
|
||||
|
||||
# KV Namespace for storing vault data
|
||||
[[kv_namespaces]]
|
||||
binding = "VAULT"
|
||||
id = "placeholder"
|
||||
# D1 Database for storing vault data
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "nodewarden-db"
|
||||
database_id = "placeholde
|
||||
|
||||
# R2 Bucket for storing attachments
|
||||
[[r2_buckets]]
|
||||
|
||||
Reference in New Issue
Block a user