Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Config, docs, scripts, and backup manifests - Submodule refs unchanged (m = modified content in submodules) Made-with: Cursor
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
# VM 5703 agent — copy to /opt/ai/agent/.env
|
|
# Replace hostnames with your 5701/5702 hostnames or IPs if not using numeric hostnames.
|
|
|
|
MCP_URL=http://5701:3000/mcp/call
|
|
INF_URL=http://5702:8000
|
|
MODE=read-only
|
|
|
|
# Set to an allowlisted pool address when using dodo.get_pool_state
|
|
POOL_ADDRESS=POOL_ADDRESS_HERE
|
|
|
|
# Optional: when VM 5704 is used
|
|
# PG_DSN=postgresql://ai:YOUR_PASSWORD@5704:5432/ai
|
|
# REDIS_URL=redis://5704:6379/0
|