diff --git a/wrangler.toml b/wrangler.toml index e87f2a9..f946f67 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -9,17 +9,17 @@ binding = "AI" ENVIRONMENT = "production" SUMMARY_THRESHOLD = "50" # 프로필 업데이트 주기 (메시지 수) MAX_SUMMARIES_PER_USER = "1" # 유지할 프로필 버전 수 -N8N_WEBHOOK_URL = "https://n8n.anvil.it.com" # n8n 연동 (선택) +N8N_WEBHOOK_URL = "https://n8n.inouter.com" # n8n 연동 (선택) # Admin IDs moved to secrets (see bottom of file) # API Endpoints OPENAI_API_BASE = "https://gateway.ai.cloudflare.com/v1/d8e5997eb4040f8b489f09095c0f623c/telegram-bot/openai" -NAMECHEAP_API_URL = "https://namecheap-api.anvil.it.com" +NAMECHEAP_API_URL = "https://namecheap.api.inouter.com" WHOIS_API_URL = "https://whois-api-kappa-inoutercoms-projects.vercel.app" CONTEXT7_API_BASE = "https://context7.com/api/v2" BRAVE_API_BASE = "https://api.search.brave.com/res/v1" WTTR_IN_URL = "https://wttr.in" -HOSTING_SITE_URL = "https://hosting.anvil.it.com" +HOSTING_SITE_URL = "https://hosting.inouter.com" CLOUD_ORCHESTRATOR_URL = "https://cloud-orchestrator.kappa-d8e.workers.dev"