Skip to content

Commit

Permalink
fix: updates staging kv namespace (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k authored Nov 30, 2023
1 parent 4f882de commit 966c509
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<BINDING_NAME>", id = "<BINDING_ID>" }
# ]

[env.production]
kv_namespaces = [
{ binding = "CronJobsTimestamp", id = "3a10f726c95d4afea9dee5fd00f029b9" }
Expand Down

0 comments on commit 966c509

Please sign in to comment.