14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
|
|
"settings": {
|
|
"cert": "<< hostname >>",
|
|
"port": 443,
|
|
"WANonly": true
|
|
},
|
|
"domains": {
|
|
"": {
|
|
"title": "MeshCentral",
|
|
"newAccounts": true
|
|
}
|
|
}
|
|
}
|