123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "id": "dk.tum.cdb",
- "title": "cdb app",
- "author": "boot",
- "description": "file://DESCRIPTION.md",
- "changelog": "./CHANGELOG",
- "tagline": "cdb couchbase",
- "version": "0.0.8",
- "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": []
- }
|