From c31703214c5b3d6db4d4965e1e3460de2224c4ae Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Wed, 13 Nov 2024 12:14:09 +0530 Subject: [PATCH] try a different kv name Signed-off-by: Rajat Jindal --- spin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spin.toml b/spin.toml index ca238e5..7a68d0a 100644 --- a/spin.toml +++ b/spin.toml @@ -9,7 +9,7 @@ version = "0.1.0" id = "goodfirstissue" source = "main.wasm" allowed_http_hosts = ["api.twitter.com", "bsky.social", "opengraph.githubassets.com", "github.com"] -key_value_stores = ["default"] +key_value_stores = ["thrilling-chimpanzee"] [component.trigger] route = "/..." [component.build]