Files
cloud-server/wrangler.toml
kaffa 931a2bc600
All checks were successful
TypeScript CI / build (push) Successful in 38s
chore: anvil.it.com → inouter.com
2026-03-27 16:17:46 +00:00

29 lines
559 B
TOML

name = "cloud-instances-api"
main = "src/index.ts"
compatibility_date = "2024-12-01"
# D1 Database Binding
[[d1_databases]]
binding = "DB"
database_name = "cloud-instances-db"
database_id = "bbcb472d-b25e-4e48-b6ea-112f9fffb4a8"
# KV Namespace for Rate Limiting
[[kv_namespaces]]
binding = "RATE_LIMIT_KV"
id = "15bcdcbde94046fe936c89b2e7d85b64"
# Environment Variables
[vars]
VAULT_URL = "https://hcv.inouter.com"
SYNC_BATCH_SIZE = "100"
CACHE_TTL_SECONDS = "300"
LOG_LEVEL = "info"
CORS_ORIGIN = "*"
# Cron Triggers
[triggers]
crons = [
"0 0 * * *"
]