liuxiaolong
2019-07-08 e83dc9c5ecbcc4f97da67f6fb5a1a352e0c9efb9
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{}