diff options
| author | Dhravya Shah <[email protected]> | 2024-08-06 11:10:23 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-06 11:10:23 -0700 |
| commit | 790d43ff822ac595e52972735e4d24214d024bc9 (patch) | |
| tree | 4f5986a2083702dbc11578855a97aca15793a3a0 | |
| parent | merged latest changes with queue branch and ready for prod (diff) | |
| download | supermemory-790d43ff822ac595e52972735e4d24214d024bc9.tar.xz supermemory-790d43ff822ac595e52972735e4d24214d024bc9.zip | |
change kv namespace ids
| -rw-r--r-- | apps/cf-ai-backend/wrangler.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/cf-ai-backend/wrangler.toml b/apps/cf-ai-backend/wrangler.toml index ca4a5d14..6b275129 100644 --- a/apps/cf-ai-backend/wrangler.toml +++ b/apps/cf-ai-backend/wrangler.toml @@ -31,8 +31,8 @@ binding = "AI" [[kv_namespaces]] binding = "KV" -id = "569c3f2a510943729019f5d1f798e7d9" -preview_id = "569c3f2a510943729019f5d1f798e7d9" +id = "37a90353da63401e84e20e71165531d0" +preview_id = "c58b6202814f4224acea97627d0c18aa" [placement] mode = "smart" |