17 lines
469 B
TOML
17 lines
469 B
TOML
name = "github-gcc"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2026-07-02"
|
|
|
|
# Non-secret defaults. Put secrets in Cloudflare with `wrangler secret put`.
|
|
[vars]
|
|
MAX_MESSAGE_LENGTH = "1800"
|
|
DELIVERY_TTL_SECONDS = "600"
|
|
|
|
# Optional KV cache for GitHub delivery de-duplication.
|
|
# Create it with:
|
|
# wrangler kv namespace create WEBHOOK_CACHE
|
|
# Then uncomment and replace the id below.
|
|
# [[kv_namespaces]]
|
|
# binding = "WEBHOOK_CACHE"
|
|
# id = "replace-with-kv-namespace-id"
|