From ee3d6474374e81d0bbcb8b16fadeb76df6474b2f Mon Sep 17 00:00:00 2001 From: LouieK22 Date: Fri, 8 Feb 2019 08:21:39 -0600 Subject: [PATCH] Fix old reference to CaptainDuckDuck --- public/v1/apps/mongodb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v1/apps/mongodb.json b/public/v1/apps/mongodb.json index 30853d2..5b7384f 100644 --- a/public/v1/apps/mongodb.json +++ b/public/v1/apps/mongodb.json @@ -20,7 +20,7 @@ } }, "instructions": { - "start": "MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. \n\n After installation on CaptainDuckDuck, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 27017 to other CaptainDuckDuck apps.\n\n Enter your MongoDB Configuration parameters and click on next. It will take about a minute for the process to finish.", + "start": "MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. \n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 27017 to other CaptainDuckDuck apps.\n\n Enter your MongoDB Configuration parameters and click on next. It will take about a minute for the process to finish.", "end": "MongoDB is deployed and available as srv-captain--$$cap_appname:27017 to other apps. For example with NodeJS: mongoose.connect('mongodb://srv-captain--$$cap_appname/mydatabase', {userMongoClient: true});" }, "variables": [{