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 GitHub
parent 9da88d94fa
commit 0672258f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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