Re: Problem deploying basic Apps on PWS
Charles Wu
We have seen this with some node apps. Does your app or buildpack reference
either of the following env variables VCAP_APP_HOST and VCAP_APP_PORT. http://support.run.pivotal.io/entries/105844873-Migrating-Applications-from-DEAs-to-Diego If your app references, you can adjust with the following: - *VCAP_APP_HOST* and *VCAP_APP_PORT* environment variables have been removed. *VCAP_APP_HOST* was always *0.0.0.0*, so you can safely use that in place of the environment variable. *VCAP_APP_PORT* is replaced by *PORT* and is set to *8080* by default. On Thu, Oct 29, 2015 at 8:21 AM, Juan Antonio BreƱa Moral < bren(a)juanantonio.info> wrote: Hi Nicholas, |
|