Advertisement
Abhisek92

conf.json

Dec 12th, 2023
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.81 KB | None | 0 0
  1. {
  2.   "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  3.   "settings": {
  4.     "WANonly": true,
  5.     "LANonly": false,
  6.     "Port": 443,
  7.     "RedirPort": 80,
  8.     "NoTls": false,
  9.     "AllowLoginToken": true,
  10.     "AllowFraming": true,
  11.     "SessionKey": "xxxxxxxxxxx",
  12.     "Minify": true,
  13.     "WebRTC": true,
  14.     "ClickOnce": false,
  15.     "WebRtConfig": {
  16.     "iceServers": [
  17.         {
  18.           "urls": "stun:stun.services.mozilla.com"
  19.         },
  20.         {
  21.           "urls": "stun:stun.l.google.com:19302"
  22.         }
  23.       ]
  24.     }
  25.   },
  26.   "domains": {
  27.     "": {
  28.       "title": "Mesh Central",
  29.       "title2": "Remote Management",
  30.       "_minify": true,
  31.       "newAccounts": false,
  32.       "userQuota": 1048576,
  33.       "meshQuota": 67108864
  34.     }
  35.   }
  36. }
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement