You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
542 B
24 lines
542 B
{ |
|
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", |
|
"settings": { |
|
"cert": "myserver.mydomain.com", |
|
"_WANonly": true, |
|
"_LANonly": true, |
|
"_sessionKey": "MyReallySecretPassword1", |
|
"port": 4430, |
|
"aliasPort": 443, |
|
"redirPort": 80, |
|
"_redirAliasPort": 80, |
|
"AgentPong": 300, |
|
"TLSOffload": true, |
|
"SelfUpdate": false, |
|
"AllowFraming": false, |
|
"WebRTC": true |
|
}, |
|
"domains": { |
|
"": { |
|
"title": "MeshCentral", |
|
"certUrl": "my.reverse.proxy" |
|
} |
|
} |
|
} |