extend/config/config.go
@@ -11,6 +11,7 @@ Color string `mapstructure: "color"` } type server struct { ServerName string `mapstructure: "serverName"` Runmode string `mapstructure: "runmode"` JwtSecret string `mapstructure: "jwtSecret"` JwtExpire string `mapstructure: "jwtExpire"`