{
  "ok": true,
  "service": "atlas-tech",
  "storeMode": "supabase",
  "env": {
    "appUrl": "https://tech.atlasceo.ru",
    "port": 3050,
    "workerPort": 3051,
    "supabaseProjectRefMasked": "ntnh...rtqc",
    "supabaseIsAtlasCeoUnified": false,
    "s3Endpoint": "https://s3.firstvds.ru",
    "s3Buckets": {
      "raw": "atlas-tech-documents",
      "processed": "atlas-tech-processed",
      "exports": "atlas-tech-exports"
    },
    "s3WriteEnabled": "false",
    "vectorStore": "pgvector",
    "embedding": {
      "provider": "openai",
      "model": "text-embedding-3-small",
      "dimensions": 1536
    },
    "storeMode": "supabase",
    "triggerEnabled": "false",
    "pineconeEnabled": "false",
    "authMode": "demo",
    "humanReviewRequired": "true",
    "highRiskAutoNotify": "false",
    "citationsRequired": "true"
  },
  "s3": {
    "configured": true,
    "endpoint": "https://s3.firstvds.ru",
    "region": "default",
    "buckets": {
      "raw": "atlas-tech-documents",
      "processed": "atlas-tech-processed",
      "exports": "atlas-tech-exports"
    },
    "forcePathStyle": true
  },
  "auth": {
    "authMode": "demo",
    "role": "analyst",
    "actorId": "analyst_demo",
    "permissions": [
      "state:read",
      "documents:create",
      "sources:read",
      "sources:create",
      "sources:run",
      "sources:schedule",
      "search:read",
      "jobs:run",
      "initiatives:review",
      "initiatives:score_relevance",
      "initiatives:reanalyze",
      "chat:ask"
    ]
  },
  "sourceSafety": {
    "allowedHosts": [
      "data:",
      "regulation.gov.ru",
      "pravo.gov.ru",
      "duma.gov.ru",
      "cbr.ru",
      "nalog.gov.ru",
      "minfin.gov.ru",
      "economy.gov.ru",
      "digital.gov.ru",
      "fedsfm.ru",
      "rkn.gov.ru",
      "fas.gov.ru"
    ],
    "requestTimeoutMs": 12000,
    "maxItems": 10,
    "minRunIntervalSeconds": 30,
    "maxTextChars": 120000,
    "duplicatePolicy": "skip_existing"
  },
  "llm": {
    "available": true,
    "providers": [
      {
        "name": "xiaomi",
        "model": "mimo-v2.5"
      },
      {
        "name": "opencode",
        "model": "qwen3.7-plus"
      },
      {
        "name": "openrouter",
        "model": "qwen/qwen3.6-plus"
      }
    ]
  }
}