diff --git a/config/properties.js b/config/properties.js index 246a906..e09d0cd 100644 --- a/config/properties.js +++ b/config/properties.js @@ -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", }; } diff --git a/package.json b/package.json index 88b80aa..11f6c8d 100644 --- a/package.json +++ b/package.json @@ -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 (mludwig@universo.univates.br)", "license": "ISC",