1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

JSON config schema improvements.

This commit is contained in:
Ylian Saint-Hilaire 2020-06-15 13:08:46 -07:00
parent 2b78647e4b
commit 020e82dc08
3 changed files with 439 additions and 433 deletions

View file

@ -3,22 +3,22 @@
"__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",
"_cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
"_SessionKey": "MyReallySecretPassword1",
"_Port": 443,
"_AliasPort": 443,
"_RedirPort": 80,
"_RedirAliasPort": 80
"_sessionKey": "MyReallySecretPassword1",
"_port": 443,
"_aliasPort": 443,
"_redirPort": 80,
"_redirAliasPort": 80
},
"domains": {
"": {
"_Title": "MyServer",
"_Title2": "Servername",
"_Minify": true,
"_NewAccounts": true,
"_UserNameIsEmail": true
"_title": "MyServer",
"_title2": "Servername",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true
}
},
"_letsencrypt": {