Skip to content

Commit 6c43421

Browse files
committed
Merge branch 'master' of github.com:GoogleCloudPlatform/nodejs-docs-samples
2 parents 698919e + 8f180d6 commit 6c43421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine/mongo/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var uri = 'mongodb://' +
3131
nconf.get('mongoPort') + '/' +
3232
nconf.get('mongoDatabase');
3333

34+
// [START client]
3435
mongodb.MongoClient.connect(uri, function(err, db) {
3536

3637
if (err) {
@@ -71,3 +72,4 @@ mongodb.MongoClient.connect(uri, function(err, db) {
7172
console.log('started web process');
7273
});
7374
});
75+
// [END client]

0 commit comments

Comments
 (0)