mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
change wrangler.toml to point to prod db
This commit is contained in:
parent
821e63719c
commit
5dd23d9d44
1 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Reference in a new issue