From 007da3662b11c5080fd791692557aafb2f169682 Mon Sep 17 00:00:00 2001 From: Osco Date: Thu, 5 Oct 2023 10:19:52 -0400 Subject: [PATCH] revert tipi version --- apps/mongo-express/config.json | 3 +-- apps/mongodb/config.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mongo-express/config.json b/apps/mongo-express/config.json index 3c963fc2..f0ed50fe 100644 --- a/apps/mongo-express/config.json +++ b/apps/mongo-express/config.json @@ -11,11 +11,10 @@ "data" ], "description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3", - "tipi_version": 2, + "tipi_version": 1, "version": "1.0.0", "source": "https://github.com/mongo-express/mongo-express", "website": "https://www.mongodb.com/", - "exposable": true, "no_gui": true, "form_fields": [ { diff --git a/apps/mongodb/config.json b/apps/mongodb/config.json index ee54ca33..3b7c3d11 100644 --- a/apps/mongodb/config.json +++ b/apps/mongodb/config.json @@ -11,11 +11,12 @@ "data" ], "description": "MongoDB is an open-source document-oriented database that is designed to store a large scale of data and also allows you to work with that data very efficiently. It is categorized under the NoSQL (Not only SQL) database because the storage and retrieval of data in the MongoDB are not in the form of tables.", - "tipi_version": 2, + "tipi_version": 1, "version": "7.0.2", "source": "https://github.com/mongodb/mongo", "website": "https://www.mongodb.com/", "exposable": true, + "no_gui": true, "form_fields": [ { "type": "text",