Use PORT env variable in production

This commit is contained in:
Pierre Burgy 2018-02-07 12:07:35 +01:00
parent 49a3b92aef
commit 5bdf0a731d

View File

@ -1,6 +1,6 @@
{
"host": "localhost",
"port": 1337,
"port": "${process.env.PORT || 1337}",
"autoReload": {
"enabled": false
},