Docker ready
This commit is contained in:
parent
740fa9ab7b
commit
54324794e9
3 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
url: "mongodb://mongodb:27017/polynotfound"
|
||||
prodUrl: "mongodb://mongodb:27017/polynotfound",
|
||||
devUrl: "mongodb://127.0.0.1:27017/polynotfound"
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue