Skip to content

Commit 79ea97e

Browse files
committed
2 parents 866d5bf + 33593ca commit 79ea97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var config = module.exports = {
3131

3232
server: {
3333
port: env.PORT || 3000,
34-
host: env.HOST || '127.0.0.1',
34+
host: env.HOST || '0.0.0.0',
3535
siteHost: env.SITE_HOST || '',
3636
staticHost: env.STATIC_HOST || ''
3737
},

0 commit comments

Comments
 (0)