MeshCentral/sample-config.json

32 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-01-25 19:12:53 -05:00
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/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": {
2020-06-15 16:08:46 -04:00
"_cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
2020-06-15 16:08:46 -04:00
"_sessionKey": "MyReallySecretPassword1",
"_port": 443,
"_aliasPort": 443,
"_redirPort": 80,
"_redirAliasPort": 80
2018-01-25 19:12:53 -05:00
},
"domains": {
2018-01-25 19:12:53 -05:00
"": {
2020-06-15 16:08:46 -04:00
"_title": "MyServer",
"_title2": "Servername",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true
2018-01-25 19:12:53 -05:00
}
},
"_letsencrypt": {
"__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",
"skipChallengeVerification": true,
2018-01-25 19:12:53 -05:00
"production": false
}
}