Compare commits

...

1 Commits

Author SHA1 Message Date
Salim b8701c4ee6 mongo URL 2018-03-14 11:27:15 -07:00
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class MongoClientInterface {
replicationGroupId, replicaSet } = params;
this.mongoUrl = `mongodb://${replicaSetHosts}/?replicaSet=` +
`${replicaSet}`;
this.logger.info(this.mongoUrl);
this.logger = logger;
this.client = null;
this.db = null;