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://vault.anvil.it.com" SYNC_BATCH_SIZE = "100" CACHE_TTL_SECONDS = "300" LOG_LEVEL = "info" CORS_ORIGIN = "*" # Cron Triggers [triggers] crons = [ "0 0 * * *" ]