Cleanup
This commit is contained in:
2
node_modules/mongoose/tools/auth.js
generated
vendored
2
node_modules/mongoose/tools/auth.js
generated
vendored
@@ -6,7 +6,7 @@ const mongodb = require('mongodb');
|
||||
|
||||
co(function*() {
|
||||
// Create new instance
|
||||
var server = new Server('mongod', {
|
||||
const server = new Server('mongod', {
|
||||
auth: null,
|
||||
dbpath: '/data/db/27017'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user