From 43215355ca228453094beff3bc62e3b90d70dd68 Mon Sep 17 00:00:00 2001 From: elmgates Date: Tue, 27 May 2025 13:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20wrangler.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 5020745..9ff4cfe 100755 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,12 +1,11 @@ -name = "file-share-api" -main = "main.js" -compatibility_date = "2025-01-01" - -[[r2_buckets]] -binding = "file_share_bucket" -bucket_name = "file-share-bucket" - -[[d1_databases]] -binding = "DB" -database_name = "file-share-db" -database_id = "9fc7862c-31bd-4b38-94f4-650e732d99a2" \ No newline at end of file +name = "file-share" +main = "main.js" + +[[r2_buckets]] +binding = "file_share_bucket" +bucket_name = "file-share-bucket" + +[[d1_databases]] +binding = "DB" +database_name = "file-share-db" +database_id = "your-database-id" \ No newline at end of file