This commit is contained in:
Yûki VACHOT 2021-11-12 15:23:47 +01:00
parent 0bab55f04c
commit 7f45c525b0
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
module.exports = { module.exports = {
prodUrl: "mongodb://mongodb:27017/polynotfound", prodUrl: "mongodb+srv://nyxiumyuuki:"+process.env.DB_PASSWORD+"@polynotfound.gd5tw.mongodb.net/polynotfound",
devUrl: "mongodb://127.0.0.1:27017/polynotfound" devUrl: "mongodb://127.0.0.1:27017/polynotfound"
}; };

View file

@ -5,6 +5,7 @@
"ng": "ng", "ng": "ng",
"start": "node server.js", "start": "node server.js",
"dev": "ng serve", "dev": "ng serve",
"heroku-postbuild": "./app-backend/jwtRS256.sh",
"build": "ng build --configuration production", "build": "ng build --configuration production",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",