add more options to as ENV settings

This commit is contained in:
Einar Stenberg
2021-12-12 22:06:56 +01:00
parent c81be50a6f
commit 259c3ef66c
3 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
{
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"settings": {
"plugins":{"enabled": false},
"cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
@@ -19,8 +20,9 @@
"": {
"_title": "MyServer",
"_title2": "Servername",
"_minify": true,
"minify": true,
"NewAccounts": true,
"localSessionRecording": false,
"_userNameIsEmail": true,
"_certUrl": "my.reverse.proxy"
}
@@ -31,4 +33,4 @@
"_names": "myserver.mydomain.com",
"production": false
}
}
}