# Local development configuration # Copy this file to .env and adjust as needed # Postgres database (running via docker-compose) DATABASE_URL=postgres://postgres:pass@localhost:5432/agentmon?sslmode=disable # NATS message queue (running via docker-compose) NATS_URL=nats://localhost:4222 # NATS topic for events NATS_TOPIC=agentmon.events.v1 # Query API base URL (for web-ui proxy) AGENTMON_QUERY_BASE=http://localhost:8081