mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-05 12:32:17 +03:00
Config.json sample and schema fixes.
This commit is contained in:
parent
cc652d8e33
commit
d738f71235
@ -212,6 +212,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"_amtManager": {
|
||||||
|
"adminAccounts": [{ "user": "admin", "pass": "MyP@ssw0rd" }],
|
||||||
|
"environmentDetection": [ "domain1.com", "domain2.com", "domain3.com", "domain4.com" ],
|
||||||
|
"wifiProfiles": [
|
||||||
|
{
|
||||||
|
"name": "Profile1",
|
||||||
|
"ssid": "MyStation1",
|
||||||
|
"authentication": "wpa2-psk",
|
||||||
|
"encryption": "ccmp-aes",
|
||||||
|
"password": "MyP@ssw0rd"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"_redirects": {
|
"_redirects": {
|
||||||
"meshcommander": "https://www.meshcommander.com/"
|
"meshcommander": "https://www.meshcommander.com/"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user