35 lines
940 B
JSON
35 lines
940 B
JSON
{
|
|
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
|
|
"settings": {
|
|
"cert": "meshcentral.akanealw.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,
|
|
"AutoBackup": {
|
|
"backupPath": "/opt/meshcentral/meshcentral-backups",
|
|
"backupInvervalHours": 24,
|
|
"keepLastDaysBackup": 10,
|
|
"zippassword": "MyReallySecretPassword3"
|
|
}
|
|
},
|
|
"domains": {
|
|
"": {
|
|
"_title": "MeshCentral",
|
|
"_title2": "DockerServerTest",
|
|
"_minify": true,
|
|
"NewAccounts": true,
|
|
"_userNameIsEmail": true,
|
|
"_certUrl": "my.reverse.proxy"
|
|
}
|
|
}
|
|
}
|
|
|