Skip to content

azugo/azugo

Repository files navigation

azugo

Opinionated GoLang web framework for microservices based on FastHTTP.

Features

Special Environment variables used by the Azugo framework

  • ENVIRONMENT - An App environment setting (allowed values are Development, Staging and Production).
  • BASE_PATH - Base path for an App if it's deployed in subdirectory.
  • SERVER_URLS - An server URL or multiple URLS separated by semicolon to listen on.
  • ACCESS_LOG_ENABLED - Option to enable access logs (defaults to true).

Special thanks to