zeus
3 years ago
1 changed files with 0 additions and 59 deletions
@ -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…
Reference in new issue