Config.json sample and schema fixes.

Ylian Saint-Hilaire committed Oct 22, 2020 at 19:56 UTC d738f712354c45f0ff7b43ed3e48deca112a7de5
1 file changed +13
sample-config-advanced.json
+13
@@ -212,6 +212,19 @@
212 }
213 }
214 },
215 + "_amtManager": {
216 + "adminAccounts": [{ "user": "admin", "pass": "MyP@ssw0rd" }],
217 + "environmentDetection": [ "domain1.com", "domain2.com", "domain3.com", "domain4.com" ],
218 + "wifiProfiles": [
219 + {
220 + "name": "Profile1",
221 + "ssid": "MyStation1",
222 + "authentication": "wpa2-psk",
223 + "encryption": "ccmp-aes",
224 + "password": "MyP@ssw0rd"
225 + }
226 + ]
227 + },
228 "_redirects": {
229 "meshcommander": "https://www.meshcommander.com/"
230 },