From 2a012f1f496c35ac05104a26eeb50fb9cc664f2f Mon Sep 17 00:00:00 2001 From: Bharati Subramanian Date: Sun, 1 Oct 2023 13:47:57 +0530 Subject: [PATCH] refactor: production and staging kv namespace template --- wrangler.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index 0d6c916..6dbc0e9 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,6 +6,12 @@ kv_namespaces = [ { binding = "CRON_JOBS_TIMESTAMPS", id = "a5431887e6c94dc9b3e36c35a07081b9" } ] +# [env.staging] +# the BINDING_NAME must be CRON_JOBS_TIMESTAMPS to override in the staging env +# kv_namespaces = [ +# { binding = "", id = "" } +# ] + # [env.production] # the BINDING_NAME must be CRON_JOBS_TIMESTAMPS to override in the production env # kv_namespaces = [