2018-01-25 16:12:53 -08:00
{
2020-06-15 06:37:53 -07:00
"$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." ,
2018-07-23 17:34:24 -07:00
"settings" : {
2020-06-15 13:08:46 -07:00
"_cert" : "myserver.mydomain.com" ,
2018-07-23 17:34:24 -07:00
"_WANonly" : true ,
"_LANonly" : true ,
2020-06-15 13:08:46 -07:00
"_sessionKey" : "MyReallySecretPassword1" ,
"_port" : 443 ,
"_aliasPort" : 443 ,
"_redirPort" : 80 ,
"_redirAliasPort" : 80
2018-01-25 16:12:53 -08:00
} ,
2020-05-18 17:57:11 -07:00
"domains" : {
2018-01-25 16:12:53 -08:00
"" : {
2020-06-15 13:08:46 -07:00
"_title" : "MyServer" ,
"_title2" : "Servername" ,
"_minify" : true ,
"_newAccounts" : true ,
"_userNameIsEmail" : true
2018-01-25 16:12:53 -08:00
}
} ,
"_letsencrypt" : {
2020-05-18 17:57:11 -07:00
"__comment__" : "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt." ,
2020-05-22 17:59:42 -07:00
"email" : "myemail@mydomain.com" ,
"names" : "myserver.mydomain.com" ,
2018-01-25 16:12:53 -08:00
"production" : false
}
}