()
| 1399 | func AutomaticEnv() { v.AutomaticEnv() } |
| 1400 | |
| 1401 | func (v *Viper) AutomaticEnv() { |
| 1402 | v.automaticEnvApplied = true |
| 1403 | } |
| 1404 | |
| 1405 | // SetEnvKeyReplacer sets the strings.Replacer on the viper object |
| 1406 | // Useful for mapping an environmental variable to a key that does |
no outgoing calls