Skip to content

Commit

Permalink
Updated listen port
Browse files Browse the repository at this point in the history
  • Loading branch information
subashsn committed Aug 20, 2018
1 parent e8a7f25 commit d4bbc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
listen: process.env.APP_LISTEN || '0.0.0.0',
port: process.env.APP_PORT || 9090
port: process.env.APP_PORT || process.env.PORT || 9090
}

0 comments on commit d4bbc0d

Please sign in to comment.