mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-10 14:01:27 +03:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
|
|
"__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
|
|
"__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
|
|
"settings": {
|
|
"_cert": "myserver.mydomain.com",
|
|
"_WANonly": true,
|
|
"_LANonly": true,
|
|
"_sessionKey": "MyReallySecretPassword1",
|
|
"_port": 443,
|
|
"_aliasPort": 443,
|
|
"_redirPort": 80,
|
|
"_redirAliasPort": 80
|
|
},
|
|
"domains": {
|
|
"": {
|
|
"_title": "MyServer",
|
|
"_title2": "Servername",
|
|
"_minify": true,
|
|
"_newAccounts": true,
|
|
"_userNameIsEmail": true
|
|
}
|
|
},
|
|
"_letsencrypt": {
|
|
"__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
|
|
"email": "myemail@mydomain.com",
|
|
"names": "myserver.mydomain.com",
|
|
"production": false
|
|
}
|
|
}
|