diff options
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" |