This commit is contained in:
maweck 2018-08-08 12:10:40 +00:00 committed by GitHub
commit fcc40e1c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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