feat(ops): add workspace MCP deployment overlays
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
NODE_ENV=production
|
||||
HOST=0.0.0.0
|
||||
PORT=4100
|
||||
HOST_BIND=172.22.0.222
|
||||
HOST_PORT=18190
|
||||
LOG_LEVEL=info
|
||||
|
||||
NODEDC_AGENT_GATEWAY_PUBLIC_URL=https://ops-agents.nodedc.ru
|
||||
NODEDC_AGENT_GATEWAY_INTERNAL_TOKEN=replace-with-strong-gateway-internal-token
|
||||
NODEDC_AI_WORKSPACE_RUN_TOKEN_TTL_SECONDS=43200
|
||||
NODEDC_LAUNCHER_INTERNAL_URL=http://172.22.0.222:18080
|
||||
NODEDC_TASKER_INTERNAL_URL=http://172.22.0.222:18090
|
||||
NODEDC_ONTOLOGY_CORE_URL=http://172.22.0.222:18104
|
||||
# Optional. Defaults to NODEDC_INTERNAL_ACCESS_TOKEN.
|
||||
# NODEDC_ONTOLOGY_CORE_ACCESS_TOKEN=replace-with-platform-internal-access-token
|
||||
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-platform-internal-access-token
|
||||
|
||||
POSTGRES_DB=nodedc_agent_gateway
|
||||
POSTGRES_USER=nodedc_agent_gateway
|
||||
POSTGRES_PASSWORD=replace-with-strong-postgres-password
|
||||
Reference in New Issue
Block a user