| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
- "settings": {
- "plugins":{
- "enabled": false
- },
- "cert": "desk.beyhan.gen.tr",
- "_WANonly": true,
- "_LANonly": true,
- "_sessionKey": "cb8wrxcDn8T0iLr2nVLVk9czGAGHytpz",
- "port": 443,
- "_aliasPort": 443,
- "redirPort": 80,
- "_redirAliasPort": 80,
- "AgentPong": 300,
- "TLSOffload": false,
- "SelfUpdate": false,
- "AllowFraming": false,
- "WebRTC": false,
- "_mongoDb": "",
- "_postgres": {
- "host": "",
- "port": "",
- "user": "",
- "password": "",
- "database": ""
- },
- "_mariaDB": {
- "host": "",
- "port": "",
- "user": "",
- "password": "",
- "database": ""
- }
- },
- "domains": {
- "": {
- "_title": "MyServer",
- "_title2": "Servername",
- "minify": false,
- "NewAccounts": true,
- "localSessionRecording": true,
- "_userNameIsEmail": true,
- "_certUrl": "my.reverse.proxy",
- "allowedOrigin": false
- }
- },
- "_letsencrypt": {
- "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
- "_email": "[email protected]",
- "_names": "desk.beyhan.gen.tr",
- "production": false
- }
- }
|