summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-01-02 22:22:19 -0500
committerKasra Bigdeli <[email protected]>2020-01-02 22:22:19 -0500
commit1155799f9607b11ec29b77e1d667e1f2ef70d2f5 (patch)
tree002cee7bda571417184119a02964c731eaf2a81d
parentc56868b9ae84c7f9e0828f2dea6f2d01a781674b (diff)
parent78f477ed51eb9e0a928451ff1e61bcb4abf1c31c (diff)
downloadcaprover-one-click-apps-1155799f9607b11ec29b77e1d667e1f2ef70d2f5.tar.gz
caprover-one-click-apps-1155799f9607b11ec29b77e1d667e1f2ef70d2f5.zip
Merge branch 'master' of github.com:caprover/one-click-apps
-rw-r--r--public/v2/apps/mongodb.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v2/apps/mongodb.json b/public/v2/apps/mongodb.json
index 1269de6..bac5ffd 100644
--- a/public/v2/apps/mongodb.json
+++ b/public/v2/apps/mongodb.json
@@ -23,7 +23,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 CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 27017 to other CapRover 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});"
+ "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?authSource=admin', {userMongoClient: true});"
},
"variables": [{
"id": "$$cap_mongo_version",