Merge pull request #4105 from silversword411/master

Syncing sample-config-advanced.json with meshcentral-config-schema.json
This commit is contained in:
Ylian Saint-Hilaire 2022-06-09 21:17:30 -07:00 committed by GitHub
commit 70554713da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 10 deletions

View File

@ -57,7 +57,6 @@ theme:
- navigation.expand
- navigation.top
- navigation.instant
- toc.integrate
extra_css:
- stylesheets/extra.css
extra:
@ -84,7 +83,7 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.smartsymbols
- codehilite:
guess_lang: false
guess_lang: true
- toc:
permalink: true
- pymdownx.emoji:

View File

@ -6,11 +6,14 @@
"_mongoDb": "mongodb://127.0.0.1:27017",
"_mongoDbName": "meshcentral",
"_mongoDbChangeStream": true,
"_mongoDbBulkOperations": true,
"_WANonly": true,
"_LANonly": true,
"_maintenanceMode": true,
"_certificatePrivateKeyPassword": [ "password1", "password2" ],
"_sessionTime": 60,
"_sessionKey": "MyReallySecretPassword1",
"_sessionSameSite": "strict",
"_certificatePrivateKeyPassword": [ "password1", "password2" ],
"_dbEncryptKey": "MyReallySecretPassword2",
"_dbRecordsEncryptKey": "MyReallySecretPassword",
"_dbRecordsDecryptKey": "MyReallySecretPassword",
@ -30,24 +33,38 @@
"_agentPortBind": "127.0.0.1",
"_agentAliasPort": 1234,
"_agentAliasDNS": "agents.myserver.mydomain.com",
"_agentPortTls": true,
"_agentPortTls": false,
"_agentLogDump": true,
"_agentCoreDump": true,
"_agentCoreDumpUsers": "user1,user2",
"_agentSignLock": true,
"_ignoreAgentHashCheck": true,
"_exactPorts": true,
"_allowLoginToken": true,
"_StrictTransportSecurity": true,
"_allowFraming": true,
"_cookieIpCheck": false,
"_cookieEncoding": "hex",
"_compression": true,
"_wscompression": false,
"_agentwscompression": true,
"_agentsInRam": false,
"_webRTC": false,
"_nice404": false,
"_selfUpdate": true,
"_cleanNpmCacheOnUpdate": true,
"_browserPing": 60,
"_browserPong": 60,
"_agentsInRam": false,
"_agentPing": 60,
"_agentPong": 60,
"_orphanAgentUser": "admin",
"_agentIdleTimeout": 150,
"_webPageLengthRandomization": false,
"_compression": true,
"_wsCompression": false,
"_agentWsCompression": true,
"_noAgentUpdate": 1,
"_agentUpdateSystem": 1,
"_temporaryAgentUpdate": false,
"_amtScanner": false,
"_meshScanner": false,
"_meshErrorLogPath": "c:\\tmp",
"_npmPath": "c:\\npm.exe",
"_npmProxy": "http://1.2.3.4:80",
@ -59,7 +76,6 @@
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
"_agentAllowedIP": "192.168.0.100/24",
"_agentBlockedIP": "127.0.0.1,::1",
"_agentSignLock": true,
"_authLog": "c:\\temp\\auth.log",
"_InterUserMessaging": [ "user//admin" ],
"_manageAllDeviceGroups": [ "user//admin" ],
@ -272,7 +288,6 @@
"_userBlockedIP": "127.0.0.1,::1,192.168.0.100",
"_agentAllowedIP": "192.168.0.100/24",
"_agentBlockedIP": "127.0.0.1,::1",
"_orphanAgentUser": "admin",
"___userSessionIdleTimeout__": "Number of user idle minutes before auto-disconnect",
"_userSessionIdleTimeout": 30,
"userConsentFlags": {