Codebase list golang-github-spf13-viper / 4a8b073
Update package description as per upstream README.md Anthony Fok 6 years ago
1 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
4141 golang-github-xordataexchange-crypt-dev,
4242 golang-gopkg-yaml.v2-dev
4343 Description: Go configuration with fangs
44 Viper is a complete configuration solution for go applications.
45 It is designed to work within an application, and can handle
46 all types of configuration needs and formats. It supports:
44 Viper is a complete configuration solution for Go applications
45 including 12-Factor apps. It is designed to work within an application,
46 and can handle all types of configuration needs and formats.
47 It supports:
4748 .
4849 * setting defaults
49 * reading from JSON, TOML, and YAML config files
50 * reading from JSON, TOML, YAML, HCL, and Java properties config files
51 * live watching and re-reading of config files (optional)
5052 * reading from environment variables
5153 * reading from remote config systems (etcd or Consul), and watching changes
5254 * reading from command line flags