foxygit / digitalskrivare_merge Log in
commits tags

/config/appsettings.json · 560 B

raw
{
  // Namngiven skrivare, eller "" för Windows standardskrivare (inga dialoger).
  "targetPrinter": "pr261863",

  "sumatraPdfPath": "tools/SumatraPDF.exe",
  "mottagningarPath": "mottagningar.json",

  // Tomma = under %LOCALAPPDATA%\Remiss
  "secureTempRoot": "",
  "auditLogPath": "",
  "errorLogPath": "",

  "printRetries": 3,
  "printRetryDelayMs": 2000,

  // false i Fas 1 (behåll test-PDF:en), true i Fas 2
  "deleteSourceAfterPrint": false,

  // ENDAST TEST: kopiera mergad PDF hit innan utskrift/städning. Tom i drift.
  "debugOutputDir": ""
}