diff options
| author | Kush Thaker <[email protected]> | 2024-08-09 18:50:05 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-09 18:50:05 +0530 |
| commit | ed5ed419e184c56f7f09deb3eb733a8bbc1dc6c3 (patch) | |
| tree | ee3e74b4e2b9ceb806625622b64e224c63b0c388 /apps/web/wrangler.toml | |
| parent | remove unwanted console logs (diff) | |
| parent | Merge pull request #236 from CodeTorso/queue (diff) | |
| download | supermemory-kush/be-queue-fixes.tar.xz supermemory-kush/be-queue-fixes.zip | |
Merge branch 'main' into kush/be-queue-fixeskush/be-queue-fixes
Diffstat (limited to 'apps/web/wrangler.toml')
| -rw-r--r-- | apps/web/wrangler.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index a6232450..6062c8bf 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -26,8 +26,8 @@ bucket_name = "dev-r2-anycontext" [[d1_databases]] binding = "DATABASE" -database_name = "dev-d1-anycontext" -database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" +database_name = "prod-d1-supermemory" +database_id = "f527a727-c472-41d4-8eaf-3d7ba0f2f395" [[env.production.d1_databases]] binding = "DATABASE" |