Projekt

Obecné

Profil

Stáhnout (1.73 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "Logging": {
3
    "ColorConsole": {
4
      "LogLevels": {
5
        "Information": "DarkGreen",
6
        "Warning": "Cyan",
7
        "Error": "Red"
8
      }
9
    },
10
    "LogChunkSize": 2097152,
11
    "LogChunkMaxCount": 2,
12
    "LogArchiveMaxCount": 10,
13
    "LogCleanupPeriod": 10,
14
    "LogVerbosityType": 2,
15
    "LogFlowType": 0
16
  },
17
  "Network": {
18
    "ApiBaseAddress": "http://192.168.0.22",
19
    "ApiLDEndPoint": "/api/v1/ld-logs",
20
    "ApiPort": 8000
21
  },
22
  "Cache": {
23
    "RetryPeriod": 10000,
24
    "MaxEntries": 20,
25
    "MaxRetries": 5,
26
    "CacheFileName": "cache"
27
  },
28
  "DebuggerDetection": {
29
    "T32RemArguments": [
30
      "localhost port=20000 printer.filetype ASCIIE",
31
      "localhost port=20000 printer.open C:\\app\\result.txt",
32
      "localhost port=20000 WinPrint.version.hardware",
33
      "localhost port=20000 printer.close "
34
    ],
35
    "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
    "T32ProcessName": "t32mtc",
62
    "T32InfoLocation": "C:\\app\\result.txt",
63
    "DetectionPeriod": 5000,
64
    "FetchInfoMaxAttempts": 15,
65
    "FetchInfoAttemptPeriod": 4000,
66
    "T32RemSuccessExitCode": 0,
67
    "T32RemWaitTimeoutMs": 2000
68
  }
69
}
(3-3/3)