Prechádzať zdrojové kódy

Bumped version to 0.0.1

Jannick Knudsen 6 rokov pred
rodič
commit
27d1f1dd2b
4 zmenil súbory, kde vykonal 56 pridanie a 0 odobranie
  1. 39 0
      CloudronManifest.json
  2. 1 0
      VERSION
  3. 1 0
      VERSIONLOG
  4. 15 0
      package.json

+ 39 - 0
CloudronManifest.json

@@ -0,0 +1,39 @@
+{
+    "id": "dk.tum.cdb",
+    "title": "cdb app",
+    "author": "boot",
+    "description": "file://DESCRIPTION.md",
+    "changelog": "./CHANGELOG",
+    "tagline": "cdb",
+    "version": "0.0.1",
+    "healthCheckPath": "/",
+    "httpPort": 5984,
+    "addons": {
+        "ldap": {},
+        "localstorage": {}
+    },
+    "udpPorts": {
+
+    },
+    "tcpPorts": {
+        "ERLANG_PORT": {
+            "title": "Erlang portmap daemon (epmd)",
+            "description": "Erlang portmap daemon (epmd)",
+            "defaultValue": 4369
+        },
+        "CLUSTER_PORT": {
+            "title": "CouchDB cluster communication port",
+            "description": "CouchDB cluster communication port",
+            "defaultValue": 9100
+        }
+
+    },
+    "manifestVersion": 1,
+    "website": "https://git.tum.dk/",
+    "contactEmail": "boot@tum.dk",
+    "icon": "logo.png",
+    "tags": [
+        "supportas"
+    ],
+    "mediaLinks": []
+}

+ 1 - 0
VERSION

@@ -0,0 +1 @@
+v0.0.1

+ 1 - 0
VERSIONLOG

@@ -0,0 +1 @@
+v0.0.1

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "cdb",
+  "version": "0.0.1",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "ssh://git@git.tum.dk/tum.dk/cdb.git"
+  },
+  "author": "",
+  "license": "ISC"
+}