Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/configLoader.go')
-rw-r--r--config/configLoader.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/configLoader.go b/config/configLoader.go
index b8aa3fda3..2e37a5b35 100644
--- a/config/configLoader.go
+++ b/config/configLoader.go
@@ -120,8 +120,6 @@ func RenameKeys(m map[string]interface{}) {
func newViper() *viper.Viper {
v := viper.New()
- v.AutomaticEnv()
- v.SetEnvPrefix("hugo")
return v
}