From 0cd7bf7d720396f7fd54c9b24cd7669b4606dac7 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna Date: Fri, 1 Dec 2023 00:05:23 +0530 Subject: [PATCH] fix: updates staging kv namespace --- 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" }