From 55067d74fb2a472aa5de9c0c917d1219821b81fe Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 13 Dec 2017 04:32:57 +0100 Subject: thread zero check --- bucky/app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bucky') 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({ -- cgit v1.2.3-70-g09d2