mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added AMT provisioning server to config.json schema.
This commit is contained in:
@@ -111,6 +111,13 @@
|
||||
"coolofftime": 10
|
||||
},
|
||||
"watchDog": { "interval": 100, "timeout": 400 },
|
||||
"_AmtProvisioningServer": {
|
||||
"port": 9971,
|
||||
"deviceGroup": "mesh//xxxxxxxxxxxxxxxxxxxxx",
|
||||
"newMebxPassword": "amtpassword",
|
||||
"trustedFqdn": "sample.com",
|
||||
"ip": "192.168.1.1"
|
||||
},
|
||||
"_plugins": { "enabled": true }
|
||||
},
|
||||
"_domaindefaults": {
|
||||
|
||||
Reference in New Issue
Block a user