Syncing same-config-advaned with meshcentral-config-schema.json
silversword411 committed
Jun 9, 2022 at 16:35 UTC
357c96eba444a4450f9af24051c42f87705f9255
1 file changed
+23
-8
sample-config-advanced.json
+23
-8
@@ -6,11 +6,14 @@
6
"_mongoDb": "mongodb://127.0.0.1:27017",
7
"_mongoDbName": "meshcentral",
8
"_mongoDbChangeStream": true,
9
+ "_mongoDbBulkOperations": true,
10
"_WANonly": true,
11
"_LANonly": true,
12
+ "_maintenanceMode": true,
13
+ "_certificatePrivateKeyPassword": [ "password1", "password2" ],
14
+ "_sessionTime": 60,
15
"_sessionKey": "MyReallySecretPassword1",
16
"_sessionSameSite": "strict",
13
- "_certificatePrivateKeyPassword": [ "password1", "password2" ],
17
"_dbEncryptKey": "MyReallySecretPassword2",
18
"_dbRecordsEncryptKey": "MyReallySecretPassword",
19
"_dbRecordsDecryptKey": "MyReallySecretPassword",
@@ -30,24 +33,38 @@
33
"_agentPortBind": "127.0.0.1",
34
"_agentAliasPort": 1234,
35
"_agentAliasDNS": "agents.myserver.mydomain.com",
33
- "_agentPortTls": true,
36
+ "_agentPortTls": false,
37
+ "_agentLogDump": true,
38
+ "_agentCoreDump": true,
39
+ "_agentCoreDumpUsers": "user1,user2",
40
+ "_agentSignLock": true,
41
+ "_ignoreAgentHashCheck": true,
42
"_exactPorts": true,
43
"_allowLoginToken": true,
44
+ "_StrictTransportSecurity": true,
45
"_allowFraming": true,
46
"_cookieIpCheck": false,
47
"_cookieEncoding": "hex",
39
- "_compression": true,
40
- "_wscompression": false,
41
- "_agentwscompression": true,
42
- "_agentsInRam": false,
48
"_webRTC": false,
49
"_nice404": false,
50
"_selfUpdate": true,
51
+ "_cleanNpmCacheOnUpdate": true,
52
"_browserPing": 60,
53
"_browserPong": 60,
54
+ "_agentsInRam": false,
55
"_agentPing": 60,
56
"_agentPong": 60,
57
+ "_orphanAgentUser": "admin",
58
"_agentIdleTimeout": 150,
59
+ "_webPageLengthRandomization": false,
60
+ "_compression": true,
61
+ "_wsCompression": false,
62
+ "_agentWsCompression": true,
63
+ "_noAgentUpdate": 1,
64
+ "_agentUpdateSystem": 1,
65
+ "_temporaryAgentUpdate": false,
66
+ "_amtScanner": false,
67
+ "_meshScanner": false,
68
"_meshErrorLogPath": "c:\\tmp",
69
"_npmPath": "c:\\npm.exe",
70
"_npmProxy": "http://1.2.3.4:80",
@@ -59,7 +76,6 @@
76
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
77
"_agentAllowedIP": "192.168.0.100/24",
78
"_agentBlockedIP": "127.0.0.1,::1",
62
- "_agentSignLock": true,
79
"_authLog": "c:\\temp\\auth.log",
80
"_InterUserMessaging": [ "user//admin" ],
81
"_manageAllDeviceGroups": [ "user//admin" ],
@@ -272,7 +288,6 @@
288
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
289
"_agentAllowedIP": "192.168.0.100/24",
290
"_agentBlockedIP": "127.0.0.1,::1",
275
- "_orphanAgentUser": "admin",
291
"___userSessionIdleTimeout__": "Number of user idle minutes before auto-disconnect",
292
"_userSessionIdleTimeout": 30,
293
"userConsentFlags": {