Viper and Environment Variables
You'll learn about Viper and environment variables in this lesson.
Viper supports automatic environment variables, aliases, binding, prefixes, and empty environment variables.
Viper and environment variables
Environment variables are an important configuration source and the only one for 12-factor applications, which is a common pattern for building service-based systems.
Viper has excellent support ...