{
  "ok": true,
  "required": true,
  "serviceName": "truth-swarm-dashboard",
  "startedAt": "2026-08-17T00:05:28.603Z",
  "postgres": {
    "ok": true,
    "url": "postgres://%3Credacted%3E:%3Credacted%3E@truth-swarm-postgres-base-sepolia:5432/truthswarm",
    "tables": [
      "platform_events",
      "chain_write_outbox",
      "chain_receipts",
      "batch_anchors"
    ]
  },
  "redis": {
    "ok": true,
    "url": "redis://truth-swarm-redis-base-sepolia:6379",
    "queues": {
      "botEvents": "truthswarm:bot-events",
      "chainWrites": "truthswarm:chain-writes",
      "oracle": "truthswarm:oracle",
      "fanout": "truthswarm:events"
    }
  },
  "anchorBatchSize": 500,
  "anchorIntervalSeconds": 3600
}