From 966c5095226680faef636cac292ede62ae317c83 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna <98796547+Ajeyakrishna-k@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:38:19 +0000 Subject: [PATCH] fix: updates staging kv namespace (#23) --- wrangler.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index dd66e15..dc032f7 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,16 +2,13 @@ name = "cron-jobs" main = "src/worker.ts" compatibility_date = "2023-07-17" + + +[env.staging] kv_namespaces = [ - { binding = "CronJobsTimestamp", id = "7dcf94601bec415db4b13d5d1faf0fc3" } + { binding = "CronJobsTimestamp", id = "509cd24483a24ddcb79f85f657274508" } ] -# [env.staging] -# the BINDING_NAME must be CronJobsTimestamp to override in the staging env -# kv_namespaces = [ -# { binding = "", id = "" } -# ] - [env.production] kv_namespaces = [ { binding = "CronJobsTimestamp", id = "3a10f726c95d4afea9dee5fd00f029b9" }