|
@@ -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": []
|
|
|
+}
|