Skip to content

Commit

Permalink
enhance export feature
Browse files Browse the repository at this point in the history
  • Loading branch information
khoatran5773 committed Mar 21, 2021
1 parent 5b7b59a commit c3c66d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/testMongoConfig.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';

module.exports = {
host: 'uat-dandelion-mongodb.svr.tiki.services',
host: 'localhost',
port: 27017,
dbName: 'dandelion_uat',
dbName: 'test',
// eslint-disable-next-line max-len
makeConnectionUrl: () => 'mongodb://dandelionad:M0n90Bak82F0r3V3r@uat-dandelion-mongodb.svr.tiki.services:27017/dandelion_uat?connect=direct&authSource=admin',
makeConnectionUrl: () => 'mongodb://localhost:27017/test?connect=direct',
};

0 comments on commit c3c66d0

Please sign in to comment.