18 lines
494 B
TOML
18 lines
494 B
TOML
name = "guestbook"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-06-01"
|
|
|
|
account_id = "f87ee4b9600f437b8da1104d077418c3"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "GUESTBOOK"
|
|
id = "8d0d1096e83d41af991fabc66649cec2"
|
|
preview_id = "25993eecb9d74bed8f6c9ddefc4af91c"
|
|
|
|
[vars]
|
|
ALLOWED_ORIGIN = "https://c.stupid.cat"
|
|
|
|
# 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).
|