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.
 
 
 
 
 
 

49 lines
1.0 KiB

export const ApiConfigWEB = [
{
"name": "microservice-etherpad",
"app": true,
"url": 'http',
"port": 0,
"ttyd": false,
"ttydport": 3787,
"ttydurl": 'http'
},
{
"name": "jitsiweb",
"app": true,
"url": 'https',
"port": 0,
"ttyd": false,
"ttydport": 3787,
"ttydurl": 'http'
},
{
"name": "microservice-novncfull",
"app": true,
"url": 'http',
"port": 0,
"ttyd": false,
"ttydport": 3787,
"ttydurl": 'http'
},
{
"name": "microservice-novnclite",
"app": true,
"url": 'http',
"port": 0,
"ttyd": false,
"ttydport": 3787,
"ttydurl": 'http'
},
{
"name": "microservice-mongoexpress",
"app": true,
"url": 'http',
"port": 8081,
"ttyd": true,
"ttydport": 3787,
"ttydurl": 'http'
}
];