From 407253810d1e02a0c5e794e69f39041f87aa45fd Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 17 Dec 2021 00:01:33 +0200 Subject: [PATCH] template --- swarmlab-index.js | 59 ----------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 swarmlab-index.js diff --git a/swarmlab-index.js b/swarmlab-index.js deleted file mode 100644 index d49750e..0000000 --- a/swarmlab-index.js +++ /dev/null @@ -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 - } -]; -