Go configuration with fangs
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats. It supports: – setting defaults – reading from JSON, TOML, YAML, HCL, and Java properties config files – live watching and re-reading of config files (optional) – reading from environment variables – reading from remote config systems (etcd or Consul), and watching changes – reading from command line flags – reading from buffer – setting explicit values Viper can be thought of as a registry for all of your applications configuration needs. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/viper/remote
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.7.1-3.fc35 | - |
Fedora 35 | 1.7.1-3.fc35 | - |
Fedora 34 | 1.7.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-spf13-viper dash maintainers at fedoraproject dot org
.