liuxiaolong
2019-07-24 967d7fe48dcad853fc83a6f4430301c5291ed40b
extend/config/config.go
@@ -12,6 +12,7 @@
   JwtExpire string `mapstructure: "jwtExpire"`
   Url       string `mapstructure: "url"`
   ImageUrl  string `mapstructure: "imageUrl"`
   NetworkAdapter string `mapstructure: "networkAdapter"`
}
var Server = &server{}