From 5dd23d9d44915246358f97e6336e1dc2b0ba454f Mon Sep 17 00:00:00 2001 From: Dhravya Date: Tue, 25 Jun 2024 21:24:34 -0500 Subject: [PATCH] change wrangler.toml to point to prod db --- apps/web/wrangler.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index 56ceaad0..d4312161 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -12,12 +12,12 @@ binding = "STORAGE" bucket_name = "dev-r2-anycontext" -# [[env.production.d1_databases]] -# binding = "DATABASE" -# database_name = "prod-d1-supermemory" -# database_id = "f527a727-c472-41d4-8eaf-3d7ba0f2f395" +[[env.production.d1_databases]] +binding = "DATABASE" +database_name = "prod-d1-supermemory" +database_id = "f527a727-c472-41d4-8eaf-3d7ba0f2f395" -[[d1_databases]] +[[env.preview.d1_databases]] binding = "DATABASE" database_name = "dev-d1-anycontext" database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" \ No newline at end of file