feat(ai-workspace): add local relay profiles
This commit is contained in:
+6
-3
@@ -1,4 +1,5 @@
|
||||
# domains
|
||||
NODEDC_ENV=local
|
||||
AUTH_DOMAIN=auth.local.nodedc
|
||||
AUTH_ADMIN_DOMAIN=auth-admin.local.nodedc
|
||||
LAUNCHER_DOMAIN=launcher.local.nodedc
|
||||
@@ -62,11 +63,13 @@ NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://ai-workspace-assistant:18082
|
||||
AI_WORKSPACE_OPS_ENTITLEMENT_URL=http://host.docker.internal:4100/api/internal/v1/ai-workspace/entitlements
|
||||
AI_WORKSPACE_OPS_ENTITLEMENT_TOKEN=replace-with-ops-agent-gateway-internal-token
|
||||
AI_WORKSPACE_OPS_ENTITLEMENT_REQUIRED=false
|
||||
AI_WORKSPACE_ASSISTANT_ACTION_RELAY_ENABLED=true
|
||||
AI_WORKSPACE_ASSISTANT_ACTION_RELAY_ID=local-dev
|
||||
|
||||
# AI Workspace Hub for downloaded Codex workers.
|
||||
# Default local development uses the deployed relay and is a hybrid-prod-bridge topology:
|
||||
# local UI/services can be tested, but live Codex worker write-path e2e is not proven.
|
||||
# For true local/tunnel e2e, change both Hub URLs and Ops Gateway public URL deliberately.
|
||||
# Default local development may use the deployed AI Hub only as a relay for remote Codex workers.
|
||||
# Launcher/Engine/Ops/Auth downstream URLs must remain local.
|
||||
# For Tailscale/ngrok-style relay URLs, set NODEDC_ENV=tunnel-local-e2e deliberately.
|
||||
AI_WORKSPACE_HUB_TOKEN=change-me-generate-with-infra-scripts-init-dev-env
|
||||
AI_WORKSPACE_HUB_HOST_BIND=127.0.0.1:18081
|
||||
AI_WORKSPACE_HUB_PUBLIC_URL=wss://ai-hub.nodedc.ru/api/ai-workspace/hub
|
||||
|
||||
Reference in New Issue
Block a user