diff options
Diffstat (limited to 'bucky/app/index.js')
| -rw-r--r-- | bucky/app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js index efa5fdd..c445536 100644 --- a/bucky/app/index.js +++ b/bucky/app/index.js @@ -51,7 +51,7 @@ site.init = function(){ app.use(passport.session()) server = http.createServer(app).listen(process.env.PORT || 5000, function () { - console.log('Bucky listening at http://5.k:%s', server.address().port) + console.log('Bucky listening at http://' + process.env.HOST_NAME + ':%s', server.address().port) }) upload.init({ |
