Browse Source

template

master
zeus 3 years ago
parent
commit
407253810d
  1. 59
      swarmlab-index.js

59
swarmlab-index.js

@ -1,59 +0,0 @@
/*
*
* Application index
*
* url = http or https
*
*/
export const myApiIndex = [
{
"swarmlabname": "microservice-etherpad",
"info": 'http',
"version": 0,
"port": 0
}
];
/*
*
* Config4Web interface
*
* port = 0 // Auto
*
* url = http or https
*
*/
export const myApiConfigWEB = [
{
"name": "microservice-etherpad",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
}
];
/*
*
* Config4a Asynchronous child creation
*
* https://nodejs.org/api/child_process.html#child_processspawncommand-args-options
*
*
* port = 0 // Auto
*
*/
export const myApiConfigGUI = [
{
"name": "microservice-firefox",
"automated": true,
"version": 0,
"port": 0
}
];
Loading…
Cancel
Save