How Can We Help?
< All Topics
Print

Environment Variables(Go)

Environment Variables(Go):

Golang:

VariableValue ExampleDescription
GO_RUN Sets a name of the executable binary file (if not specified, the deployment script will try to locate one based on the project name)
GOPATH/home/BitssCloud/webappDefines the deployment folder
GO_BUILD_OPTIONS-aOptions and flags which are used for application building
GO_RUN_OPTIONS-execOptions and flags which are used to run the application
GO_VERSION1.10A version of Golang server used inside the container
WEB_ROOT/home/BitssCloud/webappPath to the deployed application
Table of Contents