master
template 55 lines 1.27 KB
Raw
1 {
2 "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
3 "settings": {
4 "plugins":{
5 "enabled": false
6 },
7 "cert": "myserver.mydomain.com",
8 "_WANonly": true,
9 "_LANonly": true,
10 "_sessionKey": "MyReallySecretPassword1",
11 "port": 443,
12 "_aliasPort": 443,
13 "redirPort": 80,
14 "_redirAliasPort": 80,
15 "AgentPong": 300,
16 "tlsOffload": false,
17 "_trustedProxy": "",
18 "SelfUpdate": false,
19 "AllowFraming": false,
20 "WebRTC": false,
21 "_mongoDb": "",
22 "_postgres": {
23 "host": "",
24 "port": "",
25 "user": "",
26 "password": "",
27 "database": ""
28 },
29 "_mariaDB": {
30 "host": "",
31 "port": "",
32 "user": "",
33 "password": "",
34 "database": ""
35 }
36 },
37 "domains": {
38 "": {
39 "_title": "MyServer",
40 "_title2": "Servername",
41 "minify": false,
42 "NewAccounts": true,
43 "localSessionRecording": true,
44 "_userNameIsEmail": true,
45 "_certUrl": "my.reverse.proxy",
46 "allowedOrigin": false
47 }
48 },
49 "_letsencrypt": {
50 "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
51 "_email": "myemail@mydomain.com",
52 "_names": "myserver.mydomain.com",
53 "production": false
54 }
55 }