-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
27 lines (22 loc) · 878 Bytes
/
wrangler.toml
File metadata and controls
27 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name = "michigan-daily-alt-text-tracker"
main = "worker/index.ts"
compatibility_date = "2024-02-23"
[vars]
PRODUCTION = true
[[d1_databases]]
binding = "DB"
database_name = "michigan-daily-alt-text-tracker"
database_id = "90d3113e-ddda-4ab7-b7a3-d87ca2cf86e4"
preview_database_id = "DB"
[env.local.vars]
PRODUCTION = false
[[env.local.d1_databases]]
binding = "DB"
database_name = "michigan-daily-alt-text-tracker"
database_id = "90d3113e-ddda-4ab7-b7a3-d87ca2cf86e4"
preview_database_id = "DB"
# Cron Triggers
# Docs: https://developers.cloudflare.com/workers/platform/triggers/cron-triggers/
# Configuration: https://developers.cloudflare.com/workers/wrangler/configuration/#triggers
[triggers]
crons = ["0 16 * * *"] # 0 0 * * * = run in the middle of the day