package config const ( Local = "local" Prod = "prod" Stage = "stage" )