Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 998 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 998 Bytes

Exe Buildpack

This buildpack executes "run.bat" from the root of your application.

Environment Variables

The following are a list of useful environment variables available in the context of your start script.

  • TEMP=[absolute path to your temp folder]
  • TMP=[same as TEMP]
  • HOME=[absolute path to your app directory]
  • VCAP_APPLICATION=[JSON with info about your application - read more here]
  • VCAP_SERVICES=[JSON with info about services bound to your app - read more here]]
  • VCAP_APP_HOST=[IP address of the host machine]
  • VCAP_APP_PORT=[the port you have to start the webserver on]
  • PORT=[same as VCAP_APP_PORT]
  • VCAP_WINDOWS_USER=[name of the windows user running the app]
  • VCAP_WINDOWS_USER_PASSWORD=[password of the windows user]