Update
This commit is contained in:
parent
b92456d8d3
commit
b6130a7268
29 changed files with 16 additions and 779 deletions
4
app/config/mongodb.config.js
Normal file
4
app/config/mongodb.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
prodUrl: "mongodb://mongodb:27017/polynotfound",
|
||||
devUrl: "mongodb://127.0.0.1:27017/polynotfound"
|
||||
};
|
||||
Reference in a new issue