Update
This commit is contained in:
parent
4dfd8cd516
commit
5a64568824
22 changed files with 702 additions and 194 deletions
3
backend/app/config/mongodb.config.js
Normal file
3
backend/app/config/mongodb.config.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
url: "mongodb://127.0.0.1:27017/polynotfound"
|
||||
};
|
||||
Reference in a new issue