24 lines
996 B
Plaintext
24 lines
996 B
Plaintext
NODE_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=4100
|
|
HOST_PORT=4100
|
|
LOG_LEVEL=info
|
|
|
|
# Public URL returned inside MCP setup packets and AI Workspace run profiles.
|
|
# For true local e2e this must be reachable from the executing Codex worker.
|
|
# Keep the deployed URL for prod-bridge/manual remote-worker tests; use an
|
|
# explicit localhost/LAN/Tailscale URL only for a named local/tunnel profile.
|
|
NODEDC_AGENT_GATEWAY_PUBLIC_URL=https://ops-agents.nodedc.ru
|
|
NODEDC_AGENT_GATEWAY_INTERNAL_TOKEN=replace-with-gateway-internal-token
|
|
NODEDC_AI_WORKSPACE_RUN_TOKEN_TTL_SECONDS=43200
|
|
NODEDC_LAUNCHER_INTERNAL_URL=http://launcher.local.nodedc
|
|
NODEDC_TASKER_INTERNAL_URL=http://task.local.nodedc
|
|
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-local-dev-token
|
|
|
|
POSTGRES_DB=nodedc_agent_gateway
|
|
POSTGRES_USER=nodedc_agent_gateway
|
|
POSTGRES_PASSWORD=replace-with-local-postgres-password
|
|
POSTGRES_PORT=54100
|
|
|
|
DATABASE_URL=postgres://nodedc_agent_gateway:replace-with-local-postgres-password@localhost:54100/nodedc_agent_gateway
|