This commit is contained in:
Yûki VACHOT 2021-11-12 14:25:10 +01:00
parent b92456d8d3
commit b6130a7268
29 changed files with 16 additions and 779 deletions

View file

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