mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(server) drop support of VCAP_APP_PORT
This commit is contained in:
parent
abc6f7b22e
commit
432c571f55
2 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue