mirror of https://github.com/spf13/viper.git
parent
16a9458573
commit
9766537120
2
viper.go
2
viper.go
|
@ -315,7 +315,7 @@ func (v *Viper) mergeWithEnvPrefix(in string) string {
|
||||||
// (cammel case to snake case for JSON keys perhaps)
|
// (cammel case to snake case for JSON keys perhaps)
|
||||||
|
|
||||||
// getEnv is a wrapper around os.Getenv which replaces characters in the original
|
// getEnv is a wrapper around os.Getenv which replaces characters in the original
|
||||||
// key. This allows env vars which have different keys then the config object
|
// key. This allows env vars which have different keys than the config object
|
||||||
// keys
|
// keys
|
||||||
func (v *Viper) getEnv(key string) string {
|
func (v *Viper) getEnv(key string) string {
|
||||||
if v.envKeyReplacer != nil {
|
if v.envKeyReplacer != nil {
|
||||||
|
|
Loading…
Reference in New Issue