{
  "app_name": "AgentMonitor",
  "version": "2.4.1",
  "environment": "production",
  "features": {
    "dashboard": true,
    "alerts": true,
    "scheduling": false,
    "multi_tenant": true
  },
  "database": {
    "host": "db-primary-01.example.com",
    "port": 5432,
    "pool_size": 20,
    "timeout_ms": 5000
  },
  "api_keys": [
    { "service": "openai", "key": "sk-...prod...", "quota": 1000000 },
    { "service": "anthropic", "key": "sk-ant-...prod...", "quota": 500000 }
  ],
  "logging": {
    "level": "INFO",
    "format": "json",
    "sink": "cloudwatch"
  }
}
