Skip to content

Commit

Permalink
Ajusted mongo remote options and start scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquelcraash committed Mar 14, 2018
1 parent 0a95ae8 commit 54abdfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
exports.WEB_SERVER_HOST = "node161774-env-4978347.jelasticlw.com.br";

exports.MONGODB_CONFIG = {
"mongoUrl": "mongodb://node161772-env-0316101.jelasticlw.com.br:11125/KeepCalm",
"mongoUrl": "mongodb://admin:KKEtsd96234@node161772-env-0316101.jelasticlw.com.br:11125/KeepCalm",
};

}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
"start-classifier": "node main-services/classifier.js",
"start-server": "node main-services/server.js"
},
"author": "Maiquel Jardel Ludwig ([email protected])",
"license": "ISC",
Expand Down

0 comments on commit 54abdfd

Please sign in to comment.