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{}