{
  "name": "tianlong-lis-api",
  "routes": {
    "health": "GET /health",
    "exportJson": "POST /export-lis",
    "exportFile": "POST /export-lis/file"
  },
  "example": {
    "tlpdPath": "/absolute/path/to/input.tlpd",
    "outputPath": "/absolute/path/to/output.csv",
    "timeoutMs": 180000
  },
  "runtime": {
    "repoRoot": "/app",
    "appDir": "/app/RealtimePCRsystem",
    "executable": "/app/RealtimePCRsystem/RealtimePCRsystem.exe",
    "configPath": "/app/RealtimePCRsystem/cfg/tlpcr_user_cfg.ini"
  }
}