Add TeleWatchdog Cloudflare Worker
This commit is contained in:
19
wrangler.toml.example
Normal file
19
wrangler.toml.example
Normal file
@@ -0,0 +1,19 @@
|
||||
name = "telewatchdog"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2026-04-18"
|
||||
|
||||
[observability.logs]
|
||||
enabled = true
|
||||
invocation_logs = true
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "PENDING_JOINS"
|
||||
id = "replace-with-your-kv-namespace-id"
|
||||
|
||||
[vars]
|
||||
AI_MODEL = "replace-with-your-model-name"
|
||||
TURNSTILE_SITE_KEY = "replace-with-your-turnstile-site-key"
|
||||
VERIFICATION_ORIGIN = "https://your-worker.your-subdomain.workers.dev"
|
||||
|
||||
[triggers]
|
||||
crons = ["*/10 * * * *"]
|
||||
Reference in New Issue
Block a user