liuxiaolong
2019-07-22 e4c53d3942dc2b8a1e71e9b7f9fa38bb4726900d
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{}