Config.json sample and schema fixes.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-22 19:56:32 -07:00
parent cc652d8e33
commit d738f71235
1 changed files with 13 additions and 0 deletions

View File

@ -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": {
"meshcommander": "https://www.meshcommander.com/"
},