sunty
2019-07-12 d42b09cda8b2bc58c43c200f3aabdb0b2a7e9211
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{}