mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
Config.json sample and schema fixes.
This commit is contained in:
parent
cc652d8e33
commit
d738f71235
1 changed files with 13 additions and 0 deletions
|
@ -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 a new issue