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.

33 lines
640 B

2 years ago
export const ApiConfigWEB = [
{
"name": "microservice-etherpad",
"automated": true,
2 years ago
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "jitsiweb",
"automated": true,
"url": 'https',
2 years ago
"version": 0,
"port": 0
2 years ago
},
{
"name": "microservice-novncfull",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-novnclite",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
2 years ago
}
];