2018-01-25 19:12:53 -05:00
{
2020-05-18 20:57:11 -04:00
"__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 20:34:24 -04:00
"settings" : {
2019-02-25 14:13:13 -05:00
"_Cert" : "myserver.mydomain.com" ,
2018-07-23 20:34:24 -04:00
"_WANonly" : true ,
"_LANonly" : true ,
2019-02-01 18:16:46 -05:00
"_SessionKey" : "MyReallySecretPassword1" ,
2018-07-23 20:34:24 -04:00
"_Port" : 443 ,
2020-05-18 20:57:11 -04:00
"_AliasPort" : 443 ,
2018-07-23 20:34:24 -04:00
"_RedirPort" : 80 ,
2020-05-18 20:57:11 -04:00
"_RedirAliasPort" : 80
2018-01-25 19:12:53 -05:00
} ,
2020-05-18 20:57:11 -04:00
"domains" : {
2018-01-25 19:12:53 -05:00
"" : {
2020-05-18 20:57:11 -04:00
"_Title" : "MyServer" ,
"_Title2" : "Servername" ,
"_Minify" : true ,
2019-04-23 16:42:54 -04:00
"_NewAccounts" : true ,
2020-05-18 20:57:11 -04:00
"_UserNameIsEmail" : true
2018-01-25 19:12:53 -05:00
}
} ,
"_letsencrypt" : {
2020-05-18 20:57:11 -04:00
"__comment__" : "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt." ,
2020-05-22 20:59:42 -04:00
"email" : "myemail@mydomain.com" ,
"names" : "myserver.mydomain.com" ,
2018-01-25 19:12:53 -05:00
"production" : false
}
}