1
0
Fork 0
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:
Ylian Saint-Hilaire 2021-03-16 17:26:26 -07:00
parent 8e19f3bdf5
commit fe39605724
2 changed files with 36 additions and 0 deletions

View file

@ -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": {