- New smart-ide-global-api (127.0.0.1:37149): internal bearer, upstream proxy, X-OIDC forward - SSO gateway calls global API with GLOBAL_API_INTERNAL_TOKEN; logs to .logs/sso-gateway/ - Aggregated config example, docs, VERSION 0.0.2, claw proxy local URL hint
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# smart-ide-global-api — copy to .env, do not commit .env
|
|
# Or merge into config/services.local.env (repo root)
|
|
|
|
GLOBAL_API_HOST=127.0.0.1
|
|
GLOBAL_API_PORT=37149
|
|
# GLOBAL_API_MAX_BODY_BYTES=33554432
|
|
|
|
# Shared secret with smart-ide-sso-gateway (Bearer toward this service)
|
|
GLOBAL_API_INTERNAL_TOKEN=
|
|
|
|
# Optional: monorepo root for .logs/ (default: three levels above dist/)
|
|
# SMART_IDE_MONOREPO_ROOT=
|
|
|
|
# Micro-services: loopback only — same variables as historical SSO direct proxy
|
|
ORCHESTRATOR_HOST=127.0.0.1
|
|
ORCHESTRATOR_PORT=37145
|
|
ORCHESTRATOR_TOKEN=
|
|
|
|
REPOS_DEVTOOLS_HOST=127.0.0.1
|
|
REPOS_DEVTOOLS_PORT=37140
|
|
REPOS_DEVTOOLS_TOKEN=
|
|
|
|
IA_DEV_GATEWAY_HOST=127.0.0.1
|
|
IA_DEV_GATEWAY_PORT=37144
|
|
IA_DEV_GATEWAY_TOKEN=
|
|
|
|
ANYTHINGLLM_DEVTOOLS_HOST=127.0.0.1
|
|
ANYTHINGLLM_DEVTOOLS_PORT=37146
|
|
ANYTHINGLLM_DEVTOOLS_TOKEN=
|
|
|
|
TOOLS_BRIDGE_HOST=127.0.0.1
|
|
TOOLS_BRIDGE_PORT=37147
|
|
TOOLS_BRIDGE_TOKEN=
|
|
|
|
LANGEXTRACT_API_HOST=127.0.0.1
|
|
LANGEXTRACT_API_PORT=37141
|
|
LANGEXTRACT_SERVICE_TOKEN=
|
|
|
|
REGEX_SEARCH_HOST=127.0.0.1
|
|
REGEX_SEARCH_PORT=37143
|
|
REGEX_SEARCH_TOKEN=
|
|
|
|
CLAW_PROXY_HOST=127.0.0.1
|
|
CLAW_PROXY_PORT=37142
|
|
CLAW_PROXY_TOKEN=
|
|
|
|
LOCAL_OFFICE_URL=http://127.0.0.1:8000
|
|
LOCAL_OFFICE_API_KEY=
|