iop/.env.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

24 lines
632 B
Text

COMPOSE_PROJECT_NAME=iop-dev
IOP_CONTROL_PLANE_HTTP_PORT=18000
IOP_CONTROL_PLANE_WIRE_PORT=19080
IOP_CONTROL_PLANE_EDGE_WIRE_PORT=19081
IOP_CONTROL_PLANE_METRICS_PORT=19100
IOP_EDGE_NODE_PORT=19090
IOP_EDGE_METRICS_PORT=19092
IOP_WEB_PORT=13000
IOP_PROMETHEUS_PORT=19110
IOP_PROMETHEUS_RETENTION_TIME=400d
IOP_GRAFANA_BIND=127.0.0.1
IOP_GRAFANA_PORT=19120
IOP_GRAFANA_ADMIN_USER=admin
IOP_GRAFANA_ADMIN_PASSWORD=iop_dev_admin
IOP_POSTGRES_USER=iop
IOP_POSTGRES_PASSWORD=iop_dev_password
IOP_POSTGRES_DB=iop-control-plane-dev
IOP_POSTGRES_PORT=15400
IOP_REDIS_PORT=16300
IOP_REDIS_DB=2
IOP_REDIS_KEY_PREFIX=iop:control-plane:dev: