diff options
| author | LouieK22 <[email protected]> | 2019-02-08 08:21:39 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-08 08:21:39 -0600 |
| commit | ee3d6474374e81d0bbcb8b16fadeb76df6474b2f (patch) | |
| tree | bc06a608b75a8fe7ecb866d6345b98a154136dfe | |
| parent | 5a4206fd0623f167f55879e1b4da07320d81d5f7 (diff) | |
| download | caprover-one-click-apps-ee3d6474374e81d0bbcb8b16fadeb76df6474b2f.tar.gz caprover-one-click-apps-ee3d6474374e81d0bbcb8b16fadeb76df6474b2f.zip | |
Fix old reference to CaptainDuckDuck
| -rw-r--r-- | public/v1/apps/mongodb.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": [{ |
