docs: document NEXT_PUBLIC_ORCHESTRATOR_ENDPOINT in .env-example

The embedded Training Studio's element calls the orchestrator from the browser, so it needs the
PUBLIC origin — the in-cluster ORCHESTRATOR_ENDPOINT never works from a page. The client-schema
default already covers deployments that leave it unset.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DV3Ku4Eu9qTtzd61zt19dZ
This commit is contained in:
Luis Rojas
2026-09-11 23:42:07 -04:00
parent f3ee48d58b
commit 1dfdb1c849
+4
View File
@@ -171,6 +171,10 @@ CF_MANAGED_TURNSTILE_SECRET=1x0000000000000000000000000000000AA
ORCHESTRATOR_ENDPOINT=http://localhost
ORCHESTRATOR_ACCESS_TOKEN=asdf
# Browser-facing orchestrator origin for the embedded Training Studio (the element calls it
# directly from the page). Must be publicly reachable — never the in-cluster ORCHESTRATOR_ENDPOINT.
# Defaults to https://orchestration.civitai.com when unset.
NEXT_PUBLIC_ORCHESTRATOR_ENDPOINT=https://orchestration.civitai.com
BUZZ_ENDPOINT=http://localhost
SIGNALS_ENDPOINT=http://localhost