Skip to content

Commit

Permalink
change parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Wohlert authored and Michel Wohlert committed Aug 9, 2016
1 parent d685b2c commit 93b44f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ server.on('error', (error) => {
});
server.on('listening', () => {
// TODO get this value from ${config.rootPath}
debug('turing-microservice:server')(`Listening on port ${server.address().port}`);
debug('KadseBot:server')(`Listening on port ${server.address().port}`);
});
4 changes: 4 additions & 0 deletions resources/server/config/production.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{
"port": 8989,
"env": "local",
"rootPath": "",
"db-url": "mongodb://localhost:27017/kadse"
}

0 comments on commit 93b44f0

Please sign in to comment.