Docker ready

This commit is contained in:
Yûki VACHOT 2021-11-02 14:59:31 +01:00
parent 740fa9ab7b
commit 54324794e9
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,4 @@
module.exports = {
url: "mongodb://mongodb:27017/polynotfound"
prodUrl: "mongodb://mongodb:27017/polynotfound",
devUrl: "mongodb://127.0.0.1:27017/polynotfound"
};