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
|
"F32RemArguments": [
|
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
|
"F32RemExecutable": "c:\\app\\tools\\T32\\bin\\windows64\\t32rem.exe",
|
36
|
"T32ProcessName": "t32mtc",
|
37
|
"T32InfoLocation": "C:\\app\\result.txt",
|
38
|
"DetectionPeriod": 5000,
|
39
|
"FetchInfoMaxAttempts": 5,
|
40
|
"FetchInfoAttemptPeriod": 1000,
|
41
|
"T32RemSuccessExitCode": 0,
|
42
|
"T32RemWaitTimeoutMs": 2000
|
43
|
}
|
44
|
}
|