18 lines
516 B
TOML
18 lines
516 B
TOML
name = "guestbook"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-06-01"
|
|
|
|
account_id = "ec8317dc0a03c714494bacc318c0adad"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "GUESTBOOK"
|
|
id = "5c5565871ff94c5d99ddab56a7a92ad2"
|
|
preview_id = "25993eecb9d74bed8f6c9ddefc4af91c"
|
|
|
|
[vars]
|
|
ALLOWED_ORIGINS = "https://a.stupid.cat,https://ari.is-a.dev"
|
|
|
|
# TURNSTILE_SECRET is NOT set here — store it as a secret instead:
|
|
# pnpx wrangler secret put TURNSTILE_SECRET
|
|
# Leave it unset to disable the captcha (honeypot + rate limit still apply).
|