aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-25 21:24:34 -0500
committerDhravya <[email protected]>2024-06-25 21:24:34 -0500
commit5dd23d9d44915246358f97e6336e1dc2b0ba454f (patch)
tree61a2931b249124a56dd2d600fe03cbb02d4be0b9 /apps
parentlanding page minor changes (diff)
downloadarchived-supermemory-5dd23d9d44915246358f97e6336e1dc2b0ba454f.tar.xz
archived-supermemory-5dd23d9d44915246358f97e6336e1dc2b0ba454f.zip
change wrangler.toml to point to prod db
Diffstat (limited to 'apps')
-rw-r--r--apps/web/wrangler.toml10
1 files 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