mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added AMT provisioning server to config.json schema.
This commit is contained in:
parent
8e19f3bdf5
commit
fe39605724
2 changed files with 36 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue