OSDN Git Service

feat(federation): add /get-fed-info api (#228)
[bytom/vapor.git] / federation / config / config.go
index 358eee5..52568dc 100644 (file)
@@ -42,8 +42,7 @@ type Config struct {
 }
 
 type API struct {
 }
 
 type API struct {
-       ListeningPort uint64 `json:"listening_port"`
-       IsReleaseMode bool   `json:"is_release_mode"`
+       IsReleaseMode bool `json:"is_release_mode"`
 }
 
 type MySQLConfig struct {
 }
 
 type MySQLConfig struct {