Skip to content

Commit

Permalink
config added missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno12mota committed Sep 7, 2016
1 parent 8283385 commit b8df1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var rc = require('rc')
var rc = require('rc');

module.exports = rc('relax', {
port: process.env.PORT || 8080,
devPort: process.env.DEV_PORT || 8181,
db: {
uri: 'mongodb://localhost/relax'
}
})
});

0 comments on commit b8df1e6

Please sign in to comment.