diff --git a/apps/mongo-express/config.json b/apps/mongo-express/config.json index f0ed50fe..d65e3eba 100644 --- a/apps/mongo-express/config.json +++ b/apps/mongo-express/config.json @@ -6,16 +6,12 @@ "short_desc": "Web-based MongoDB admin interface, written with Node.js and Express", "author": "MongoDB", "port": 8087, - "categories": [ - "development", - "data" - ], + "categories": ["development", "data"], "description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3", "tipi_version": 1, "version": "1.0.0", "source": "https://github.com/mongo-express/mongo-express", "website": "https://www.mongodb.com/", - "no_gui": true, "form_fields": [ { "type": "text", @@ -26,28 +22,28 @@ "env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME" }, { - "type": "password", - "label": "MongoDB Admin Password", - "max": 50, - "min": 10, - "required": true, - "env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD" + "type": "password", + "label": "MongoDB Admin Password", + "max": 50, + "min": 10, + "required": true, + "env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD" }, { - "type": "text", - "label": "Mongo Express Web Username", - "max": 50, - "min": 3, - "required": true, - "env_variable": "ME_CONFIG_BASICAUTH_USERNAME" + "type": "text", + "label": "Mongo Express Web Username", + "max": 50, + "min": 3, + "required": true, + "env_variable": "ME_CONFIG_BASICAUTH_USERNAME" }, { - "type": "password", - "label": "Mongo Express Web Password", - "max": 50, - "min": 10, - "required": true, - "env_variable": "ME_CONFIG_BASICAUTH_PASSWORD" + "type": "password", + "label": "Mongo Express Web Password", + "max": 50, + "min": 10, + "required": true, + "env_variable": "ME_CONFIG_BASICAUTH_PASSWORD" } ] -} \ No newline at end of file +} diff --git a/apps/mongo-express/metadata/logo.jpg b/apps/mongo-express/metadata/logo.jpg index c25cd38f..820cfa0d 100644 Binary files a/apps/mongo-express/metadata/logo.jpg and b/apps/mongo-express/metadata/logo.jpg differ diff --git a/apps/mongo/metadata/logo.jpg b/apps/mongo/metadata/logo.jpg index 0d06672d..a57bcc1c 100644 Binary files a/apps/mongo/metadata/logo.jpg and b/apps/mongo/metadata/logo.jpg differ