Skip to content

Commit

Permalink
refactor: production and staging kv namespace template
Browse files Browse the repository at this point in the history
  • Loading branch information
bharati-21 committed Oct 1, 2023
1 parent 7b0bf91 commit 2a012f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<BINDING_NAME>", id = "<BINDING_ID>" }
# ]

# [env.production]
# the BINDING_NAME must be CRON_JOBS_TIMESTAMPS to override in the production env
# kv_namespaces = [
Expand Down

0 comments on commit 2a012f1

Please sign in to comment.