Projekt

Obecné

Profil

Stáhnout (1.73 KB) Statistiky
| Větev: | Tag: | Revize:
1 d0cf9476 Pultak
{
2
  "Logging": {
3
    "ColorConsole": {
4
      "LogLevels": {
5
        "Information": "DarkGreen",
6
        "Warning": "Cyan",
7
        "Error": "Red"
8
      }
9
    },
10 74bd1e40 Pultak
    "LogChunkSize": 2097152,
11
    "LogChunkMaxCount": 2,
12
    "LogArchiveMaxCount": 10,
13
    "LogCleanupPeriod": 10,
14 d0cf9476 Pultak
    "LogVerbosityType": 2,
15 58cf6a6f Pultak
    "LogFlowType": 0
16
  },
17
  "Network": {
18 afafbc22 Pultak
    "ApiBaseAddress": "http://192.168.0.22",
19
    "ApiLDEndPoint": "/api/v1/ld-logs",
20 c2cc7813 Pultak
    "ApiPort": 8000
21
  },
22
  "Cache": {
23 914776bd Pultak
    "RetryPeriod": 10000,
24 c2cc7813 Pultak
    "MaxEntries": 20,
25
    "MaxRetries": 5,
26
    "CacheFileName": "cache"
27
  },
28
  "DebuggerDetection": {
29 f09385a3 Pultak
    "T32RemArguments": [
30 4dcc6c07 silhavyj
      "localhost port=20000 printer.filetype ASCIIE",
31 19c2a5c4 Pultak
      "localhost port=20000 printer.open C:\\app\\result.txt",
32 4dcc6c07 silhavyj
      "localhost port=20000 WinPrint.version.hardware",
33 19c2a5c4 Pultak
      "localhost port=20000 printer.close "
34 4dcc6c07 silhavyj
    ],
35 f09385a3 Pultak
    "T32ApiAddress": "localhost",
36
    "T32ApiPort": "20000",
37
    "T32ApiPacketLen": "1024",
38
    "T32ApiCommands": [
39
      "AREA.Create TWOWIRE",
40
      "AREA.Select TWOWIRE",
41
      "AREA.clear TWOWIRE",
42
43
      "WinPOS 1. 1. 50. 3. 0. 0. MYAREA",
44
      "Print \"TwoWire:\"",
45
      "Print.cable.twowire()",
46
      "Area.View TWOWIRE",
47
48
      "PRinTer.FileType ASCIIE",
49
      "PRinTer.OPEN C:\\app\\result.txt",
50
      "WinPrint.license.list",
51
      "screen.wait",
52
      "WinPrint.Area.View TWOWIRE",
53
      "WinPrint.version.hardware",
54
      "Printer.CLOSE",
55
56
      "Area.delete TWOWIRE",
57
58
      "enddo"
59
    ],
60
    "T32RemExecutable": "c:\\app\\tools\\T32\\bin\\windows64\\t32rem.exe",
61 19c2a5c4 Pultak
    "T32ProcessName": "t32mtc",
62
    "T32InfoLocation": "C:\\app\\result.txt",
63 6dab0250 silhavyj
    "DetectionPeriod": 5000,
64 f09385a3 Pultak
    "FetchInfoMaxAttempts": 15,
65
    "FetchInfoAttemptPeriod": 4000,
66 4dcc6c07 silhavyj
    "T32RemSuccessExitCode": 0,
67
    "T32RemWaitTimeoutMs": 2000
68 914776bd Pultak
  }
69 d0cf9476 Pultak
}