diff --git a/server.js b/server.js index fbe54a5..f5b2d7c 100644 --- a/server.js +++ b/server.js @@ -23,5 +23,6 @@ webapp.get('/', function (req, res) { webapp.listen(port, ip); //console.log('live on ip: ' + ip + ':' + port); console.log('Server running on http://%s:%s', ip, port); +console.log(JSON.stringify(process.env)); module.exports = webapp; \ No newline at end of file