arcade-monitor/wrangler.toml

22 lines
488 B
TOML
Raw Normal View History

2024-06-29 12:02:50 +00:00
name = "arcade-monitor"
main = "build/worker/shim.mjs"
compatibility_date = "2024-06-29"
[build]
command = "cargo install worker-build && worker-build --release"
[triggers]
2024-07-09 21:11:31 +00:00
crons = ["*/20 * * * *"] # Run every twenty minutes
2024-06-29 12:02:50 +00:00
2024-07-07 10:13:14 +00:00
[placement]
mode = "smart"
2024-06-29 12:02:50 +00:00
[vars]
2024-07-20 18:22:43 +00:00
NTFY_URL = "https://ntfy.hackclub.app/arcade-monitor"
2024-06-29 12:02:50 +00:00
ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/"
2024-08-07 20:04:19 +00:00
SLACK_GROUP_ID = "Pings disabled."
2024-07-01 18:18:15 +00:00
[[kv_namespaces]]
binding = "SHOP_ITEMS"
2024-07-07 08:07:50 +00:00
id = "076e9724967c49619e34d180ebfb5e6a"