Skip to content

Commit

Permalink
update host config to make it work on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jan 15, 2016
1 parent 1826860 commit 5ac5263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('dotenv').load();
var config = {
env: 'prod',

host: 'localhost',
host: '0.0.0.0',
port: process.env.PORT || 5000,

// Available themes:
Expand Down

0 comments on commit 5ac5263

Please sign in to comment.