liuxiaolong
2019-06-28 1d19f646b399d6f80f2d156f87f0c75b4ab0cef7
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{}