Skip to content

Commit 6667fc6

Browse files
author
Bogdan Abaev
committed
stupid fixes
1 parent 923b77e commit 6667fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/mongoUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
const { MongoClient} = require('mongodb');
33

44
//'mongodb://127.0.0.1:27017';
5-
//const connectionUrl = 'mongodb://mongo:27017/';
6-
const connectionUrl = 'mongodb://127.0.0.1:27017';
5+
const connectionUrl = 'mongodb://mongo:27017/';
6+
//const connectionUrl = 'mongodb://127.0.0.1:27017';
77

88
const database = 'task_manager'
99
var db;

0 commit comments

Comments
 (0)