- 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
60 lines
1.7 KiB
Plaintext
60 lines
1.7 KiB
Plaintext
# Copier vers config/services.local.env (gitignoré) et adapter.
|
||
# Profil micro-services : écoute et cibles **127.0.0.1** uniquement pour le maillage smart_ide.
|
||
# Les jetons utilisateur OIDC sont validés par la passerelle SSO ; l’IdP peut être distant (docv / Enso) — ce fichier concerne les **ports et secrets locaux** du monorepo.
|
||
|
||
SMART_IDE_MONOREPO_ROOT=
|
||
|
||
# --- smart-ide-global-api (démarrer avant le SSO) ---
|
||
GLOBAL_API_HOST=127.0.0.1
|
||
GLOBAL_API_PORT=37149
|
||
GLOBAL_API_INTERNAL_TOKEN=
|
||
|
||
# --- smart-ide-sso-gateway ---
|
||
SSO_GATEWAY_HOST=127.0.0.1
|
||
SSO_GATEWAY_PORT=37148
|
||
GLOBAL_API_URL=http://127.0.0.1:37149
|
||
# OIDC_ISSUER= # URL issuer OpenID (JWKS) — hors maillage HTTP interne
|
||
# OIDC_AUDIENCE=
|
||
# OIDC_JWKS_URI=
|
||
# SSO_CORS_ORIGIN=
|
||
# SSO_GATEWAY_MAX_BODY_BYTES=33554432
|
||
|
||
# --- Jetons / hôtes micro-services (consommés par smart-ide-global-api) ---
|
||
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=
|
||
|
||
# --- claw-harness-proxy : amont HTTP du binaire claw (machine locale uniquement en profil strict) ---
|
||
# CLAW_UPSTREAM_URL=http://127.0.0.1:<port>
|