feature(server) drop support of VCAP_APP_PORT

This commit is contained in:
coderaiser 2018-06-12 10:33:01 +03:00
parent abc6f7b22e
commit 432c571f55
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@ const prefix = squad(prefixer, apart(config, 'prefix'));
module.exports = (options) => {
const port = process.env.PORT || /* c9 */
process.env.VCAP_APP_PORT || /* cloudfoundry */
config('port');
const ip = process.env.IP || /* c9 */