name = "d3ro-voice-api" main = "src/index.ts" compatibility_date = "2024-04-01" [vars] BACKEND_ORIGIN = "http://192.168.0.39:5050" SERVICE_NAME = "D3RO Voice Cloud Gateway" # Supabase project base URL for the scheduled push-outbox drain. # SUPABASE_URL = "https://.supabase.co" # PUSH_DRAIN_BATCH_LIMIT = "20" # Scheduled drain of the Supabase push outbox (every minute). # Requires the secret: wrangler secret put SUPABASE_SERVICE_ROLE_KEY [triggers] crons = ["* * * * *"] # Cloudflare Custom Domain / Route Binding (선택 시 활성화) # routes = [ # { pattern = "d3ro.chanpaca.net/*", zone_name = "chanpaca.net" } # ]