30 lines
987 B
JSON
30 lines
987 B
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
|
|
}
|
|
}
|