Expose environmental variables
This commit is contained in:
parent
5c731b4b89
commit
7904fe7980
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue