changed mongo port and addded -l flag to nodemon

This commit is contained in:
Nuno Coração
2023-07-26 10:44:35 +01:00
parent 7d5e80247b
commit 1b1ebb9340
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
mongoProdURI: 'mongodb://todo-database:27017/todoapp',
mongoProdURI: 'mongodb://todo-database:27018/todoapp',
};