Skip to content

Commit

Permalink
docs: add prod KV namespace ID
Browse files Browse the repository at this point in the history
  • Loading branch information
bharati-21 authored Nov 15, 2023
1 parent f054f7d commit 799b8d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ kv_namespaces = [
# { binding = "<BINDING_NAME>", id = "<BINDING_ID>" }
# ]

# [env.production]
# the BINDING_NAME must be CronJobsTimestamp to override in the production env
# kv_namespaces = [
# { binding = "<BINDING_NAME>", id = "<BINDING_ID>" }
# ]
[env.production]
kv_namespaces = [
{ binding = "CronJobsTimestamp", id = "3a10f726c95d4afea9dee5fd00f029b9" }
]

[triggers]
crons = ["0 */4 * * *", "0 */6 * * *"]
Expand Down

0 comments on commit 799b8d0

Please sign in to comment.