# README
go-commons/settings
Common settings for modules in go-commons. Detects whether the lib is operating in development or production environment by checking the WIKIA_ENVIRONMENT environment variable.
Sample usage:
s := settings.GetSettings()
host := s.InfluxDB.Host
# Functions
No description provided by the author
# Constants
No description provided by the author