Update
This commit is contained in:
parent
80b0ea401b
commit
c620e19449
23 changed files with 919 additions and 0 deletions
4
app-backend/config/mongodb.config.js
Normal file
4
app-backend/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