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.

117 lines
2.4 KiB

2 years ago
export const ApiConfigEDIT = [
{
"name": "microservice-xelatexthesis",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
2 years ago
},
{
"name": "microservice-ansible",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-nodejs",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-numpylite",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
2 years ago
},
{
"name": "microservice-rust",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-julia",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-lua",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-luajit",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-nodesqlite3",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-electron",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
2 years ago
},
{
"name": "microservice-ruby",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-rubyfull",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-golang",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-golangfull",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-gcc",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-opencv",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
2 years ago
}
];