Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. {
  2.   "webroot":"",
  3.   "serverroot":"",
  4.   "accessUrl":"http://<External IP>:8088",
  5.   "webapp_port":"8088",
  6.   "server_port":"8089",
  7.   "authentication":{
  8.     "mechanism":"plex",
  9.     "type":[
  10.       "server"
  11.     ],
  12.     "authorized":[
  13.       "<ID>"
  14.     ]
  15.   },
  16.   "servers":[
  17.     {
  18.       "name":"Super Cool Server",
  19.       "location":"Milky Way Galaxy",
  20.       "url":"http://<External IP>:8089/slserver",
  21.       "logo":""
  22.     }
  23.   ],
  24.   "autoJoin":false,
  25.   "autoJoinServer":"",
  26.   "autoJoinRoom":"",
  27.   "autoJoinPassword":""
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement