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:
parent
2b78647e4b
commit
020e82dc08
3 changed files with 439 additions and 433 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue