liuxiaolong
2019-07-04 d21de749cc7028a802ec413f47e866b1e13f033e
extend/config/config.go
@@ -11,6 +11,7 @@
   JwtSecret string `mapstructure: "jwtSecret"`
   JwtExpire string `mapstructure: "jwtExpire"`
   Url       string `mapstructure: "url"`
   ImageUrl  string `mapstructure: "imageUrl"`
}
var Server = &server{}