Skip to content

viovanov/uhuru-buildpack-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages