MeshCentral/docker/config.json.template

37 lines
971 B
Plaintext
Raw Normal View History

2021-11-02 16:56:22 +03:00
{
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"settings": {
2021-12-13 00:06:56 +03:00
"plugins":{"enabled": false},
"_mongoDb": null,
2021-11-02 16:56:22 +03:00
"cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"port": 443,
"_aliasPort": 443,
"redirPort": 80,
"_redirAliasPort": 80,
"AgentPong": 300,
"TLSOffload": false,
"SelfUpdate": false,
"AllowFraming": false,
"WebRTC": false
},
"domains": {
"": {
"_title": "MyServer",
"_title2": "Servername",
"minify": true,
"NewAccounts": true,
"localSessionRecording": false,
"_userNameIsEmail": true,
"_certUrl": "my.reverse.proxy"
}
2021-11-02 16:56:22 +03:00
},
"_letsencrypt": {
"__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
"_email": "myemail@mydomain.com",
"_names": "myserver.mydomain.com",
"production": false
2021-11-02 16:56:22 +03:00
}
2021-12-13 00:06:56 +03:00
}