-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp-config-prod.json
More file actions
56 lines (56 loc) · 1.12 KB
/
app-config-prod.json
File metadata and controls
56 lines (56 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"App": {
"Name": "SCANOSS GO API Server",
"Port": "5443",
"Addr": "",
"Debug": false,
"Trace": false,
"Mode": "prod"
},
"Logging": {
"DynamicLogging": true,
"DynamicPort": "localhost:60085",
"OutputPaths": [
"stderr"
],
"ConfigFile": ""
},
"Telemetry": {
"Enabled": false,
"ExtraMetrics": false,
"OltpExporter": "0.0.0.0:4317"
},
"Scanning": {
"WfpLoc": "",
"ScanBinary": "scanoss",
"ScanDebug": false,
"ScanFlags": 0,
"AllowFlagsOverride": false,
"ScanTimeout": 180,
"WfpGrouping": 3,
"Workers": 2,
"TmpFileDelete": true,
"KeepFailedWfps": true,
"HPSMEnabled": true,
"FileContents": true,
"LoadKbDetails": true,
"RankingAllowed": true,
"RankingEnabled": false,
"MatchConfigAllowed": true,
"RankingThreshold": 0,
"MinSnippetHits": 0,
"MinSnippetLines": 0,
"HonourFileExts": true,
"FileContentsLimit": 50
},
"TLS": {
"CertFile": "",
"KeyFile": ""
},
"Filtering": {
"AllowListFile": "",
"DenyListFile": "",
"BlockByDefault": true,
"TrustProxy": false
}
}