mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user