We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923b77e commit 6667fc6Copy full SHA for 6667fc6
server/mongoUtils.js
@@ -2,8 +2,8 @@
2
const { MongoClient} = require('mongodb');
3
4
//'mongodb://127.0.0.1:27017';
5
-//const connectionUrl = 'mongodb://mongo:27017/';
6
-const connectionUrl = 'mongodb://127.0.0.1:27017';
+const connectionUrl = 'mongodb://mongo:27017/';
+//const connectionUrl = 'mongodb://127.0.0.1:27017';
7
8
const database = 'task_manager'
9
var db;
0 commit comments