iop/.env.dev-corp.example
toki 0239ae9063 refactor: archive openai-compatible-provider-passthrough files and update configs
- Move openai-compatible-provider-passthrough contract sync milestone and SDD to archive
- Update agent-spec for openai-compatible surface and edge-node-execution
- Update routing policy model orchestration phase
- Sync agent-test/dev/inventory.yaml
- Update .env.example files
- Update configs/edge.yaml and docker-compose.yml
2026-07-14 18:20:48 +09:00

30 lines
901 B
Text

COMPOSE_PROJECT_NAME=iop-dev-corp-agent
IOP_COMPOSE_NETWORK=iop-dev-corp-agent-net
IOP_COMPOSE_SUBNET=10.89.2.0/24
IOP_CONTROL_PLANE_HTTP_PORT=18002
IOP_CONTROL_PLANE_WIRE_PORT=19004
IOP_CONTROL_PLANE_EDGE_WIRE_PORT=19005
IOP_CONTROL_PLANE_METRICS_PORT=19104
IOP_EDGE_NODE_PORT=19006
IOP_EDGE_METRICS_PORT=19102
IOP_WEB_PORT=13002
IOP_PROMETHEUS_PORT=19112
IOP_PROMETHEUS_CONFIG=./configs/prometheus/prometheus.dev-corp.yml
IOP_PROMETHEUS_RETENTION_TIME=400d
IOP_GRAFANA_BIND=127.0.0.1
IOP_GRAFANA_PORT=19122
IOP_GRAFANA_ADMIN_USER=admin
IOP_GRAFANA_ADMIN_PASSWORD=iop_dev_admin
IOP_CONTROL_PLANE_HTTP_URL=http://iop.ai.kr:18002
IOP_CONTROL_PLANE_WIRE_URL=ws://iop.ai.kr:19004/client
IOP_POSTGRES_USER=iop
IOP_POSTGRES_PASSWORD=iop_dev_password
IOP_POSTGRES_DB=iop-control-plane-dev-corp
IOP_POSTGRES_PORT=15402
IOP_REDIS_PORT=16302
IOP_REDIS_DB=4
IOP_REDIS_KEY_PREFIX=iop:control-plane:dev-corp: