feat: rename CF_ORCH_URL → GPU_SERVER_URL for local-first clarity #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The
CF_ORCH_URLenvironment variable name makes sense in a cloud/orch context but is confusing for local-first users. Kiwi has already implemented this pattern.Pattern (from Kiwi)
GPU_SERVER_URL— user-visible name that maps to what it actually does for self-hostersCF_ORCH_URLstill accepted (secondary fallback)GPU_SERVER_URL || CF_ORCH_URLand normalize into a single internal valueGPU_SERVER_URLto the cf-orch coordinator URL via license check (so cloud users don't need to configure it)Acceptance Criteria
GPU_SERVER_URLfirst, falls back toCF_ORCH_URLGPU_SERVER_URLCF_ORCH_URLdeployments continue to work unchangedReference
Kiwi implementation:
app/core/config.py—GPU_SERVER_URLfield withCF_ORCH_URLfallback + startup normalization hook