Files
cloudflare-status-page/wrangler.toml
T
Adam Janiš 3898ffcbc7 d1 init
2022-07-11 09:48:07 +01:00

22 lines
440 B
TOML

name = "cf-workers-status-page"
workers_dev = true
compatibility_date = "2022-07-10"
main = "./worker/script.js"
routes = [
"status-d1.eidam.cf/*"
]
kv_namespaces = [{binding="KV_STATUS_PAGE", id="07c4d4e1aee94340abd97af34b2f78cc", preview_id="d5c948a04a3248898e05c84b684eeae2"}]
[triggers]
crons = ["* * * * *"]
[site]
bucket = "out"
[[ unsafe.bindings ]]
name = "D1UNSAFE"
type = "d1"
id = "9fefade8-08c7-41fe-83a5-81417eb955df"