summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-02-08 22:10:11 -0800
committerGitHub <[email protected]>2019-02-08 22:10:11 -0800
commit14b2aefc405a201d894986213af9330f74d5d856 (patch)
treebc06a608b75a8fe7ecb866d6345b98a154136dfe
parent5a4206fd0623f167f55879e1b4da07320d81d5f7 (diff)
parentee3d6474374e81d0bbcb8b16fadeb76df6474b2f (diff)
downloadcaprover-one-click-apps-14b2aefc405a201d894986213af9330f74d5d856.tar.gz
caprover-one-click-apps-14b2aefc405a201d894986213af9330f74d5d856.zip
Merge pull request #28 from LouieK22/patch-1
Fix old reference to CaptainDuckDuck
-rw-r--r--public/v1/apps/mongodb.json2
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": [{