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.

19 lines
330 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
}
];