aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-01-29 15:44:27 -0700
committerDhravya Shah <[email protected]>2025-01-29 15:44:27 -0700
commitf12ba788a4af571f1b4a586ff1de0eea330e8a4f (patch)
tree3b77d4f1b8cf6ea758c36392d5b5b686a116783d /apps/web
parentchange embedding model (diff)
downloadsupermemory-f12ba788a4af571f1b4a586ff1de0eea330e8a4f.tar.xz
supermemory-f12ba788a4af571f1b4a586ff1de0eea330e8a4f.zip
fix: deleting memories
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/wrangler.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml
index 401e9b33..1ad14d06 100644
--- a/apps/web/wrangler.toml
+++ b/apps/web/wrangler.toml
@@ -21,7 +21,7 @@ bucket_name = "supermemory-images"
[[hyperdrive]]
binding = "HYPERDRIVE"
id = "3a377d1b9c084e698ee201f10dfa8131"
-localConnectionString = "postgres://postgres:postgres@localhost:5432/supermemorydhravya?sslmode=require"
+localConnectionString = "postgres://postgres:postgres@localhost:5432/supermemorylocal?sslmode=require"
[placement]
mode = "smart"