package
0.2.6
Repository: https://github.com/wikia/go-commons.git
Documentation: pkg.go.dev

# 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