mirror of https://github.com/spf13/viper.git
Provide a link to explain what a 12-factor app is
This commit is contained in:
parent
9da88d94fa
commit
ce73936440
|
@ -40,8 +40,8 @@ go get github.com/spf13/viper
|
||||||
|
|
||||||
## What is Viper?
|
## What is Viper?
|
||||||
|
|
||||||
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed
|
Viper is a complete configuration solution for Go applications including [12-Factor apps](https://12factor.net/#the_twelve_factors).
|
||||||
to work within an application, and can handle all types of configuration needs
|
It is designed to work within an application, and can handle all types of configuration needs
|
||||||
and formats. It supports:
|
and formats. It supports:
|
||||||
|
|
||||||
* setting defaults
|
* setting defaults
|
||||||
|
|
Loading…
Reference in New Issue