Solve 360

This commit is contained in:
Marvin Weck 2018-08-08 14:04:51 +02:00
parent 10607eb6bb
commit a11e890661

View File

@ -120,6 +120,9 @@ func setupViper() {
viper.SetConfigName("filebrowser") viper.SetConfigName("filebrowser")
viper.AddConfigPath(".") viper.AddConfigPath(".")
viper.SetEnvPrefix("FB")
viper.AutomaticEnv()
} }
func printVersion() { func printVersion() {