package
1.2.2
Repository: https://github.com/cuttle-ai/web-starter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

{{.Name}}

{{.Description}}

Installation

go get -v {{.Package}}

Usage

Navigate into the project directory and run the following command

go run main.go

Environment Variables

Enivironment VariableDescription
PORTPort on to which application server listens to. Default value is 8080
RESPONSE_TIMEOUTTimeout for the server to write response. Default value is 100ms
REQUEST_BODY_READ_TIMEOUTTimeout for reading the request body send to the server. Default value is 20ms
RESPONSE_BODY_WRITE_TIMEOUTTimeout for writing the response body. Default value is 20ms
PRODUCTIONFlag to denote whether the server is running in production. Default value is false
SKIP_VAULTSkip loading the configurations from vault server. Default value is false.
IS_TESTDenoting the run is test. This will load the test configuration from vault
MAX_REQUESTSMaximum no. of concurrent requests supported by the server. Default value is 1000
REQUEST_CLEAN_UP_CHECKTime interval after which error request app context cleanup has to be done. Default value is 2m

Author

{{.Author.Name}}<{{.Author.Email}}>