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