diff options
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go index db0b601..5fbd2e9 100644 --- a/src/main.go +++ b/src/main.go @@ -28,6 +28,7 @@ func initConfig() { // parse the config viper.SetConfigName("config") viper.AddConfigPath(".") + viper.AddConfigPath("/go/src/app/") viper.AutomaticEnv() // Fix nested keys don't work with . |