sunty
2019-07-22 afe89beee68f026b532c9d3132f9539f826e198b
extend/config/config.go
@@ -12,6 +12,7 @@
   JwtExpire string `mapstructure: "jwtExpire"`
   Url       string `mapstructure: "url"`
   ImageUrl  string `mapstructure: "imageUrl"`
   NetworkAdapter string `mapstructure: "networkAdapter"`
}
var Server = &server{}