Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kiloclaw/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"FLY_REGISTRY_APP": "kiloclaw-machines", // Shared Docker image registry
"FLY_ORG_SLUG": "kilo-679", // Org for creating per-user Fly apps
"FLY_IMAGE_TAG": "latest",
"FLY_REGION": "dfw,ewr,lax,sjc,eu",
"FLY_REGION": "dfw,ewr,sjc,eu",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: DEFAULT_FLY_REGION still includes lax

This only updates the Wrangler env override. Any environment that omits FLY_REGION still falls back to kiloclaw/src/config.ts:43, which currently keeps lax in the candidate list, so the provisioning path this PR is trying to avoid can still happen.

"OPENCLAW_ALLOWED_ORIGINS": "https://claw.kilosessions.ai,https://kilo.ai,https://www.kilo.ai",
"REQUIRE_PROXY_TOKEN": "true",
// Proactive API key refresh: trigger when key expires within this many hours. Default: 72 (3 days).
Expand Down
Loading