mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-05 18:58:06 -05:00
Config.json sample and schema fixes.
This commit is contained in:
parent
73072a456c
commit
d19e1e5ad2
@ -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…
x
Reference in New Issue
Block a user