Provide a link to explain what a 12-factor app is

This commit is contained in:
Adam Williams 2023-01-08 16:48:42 +00:00 committed by Márk Sági-Kazár
parent 9da88d94fa
commit ce73936440

View file

@ -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