Commit bdd02f5a authored by vicotor's avatar vicotor

fix bug

parent a177be95
...@@ -37,7 +37,7 @@ type Config struct { ...@@ -37,7 +37,7 @@ type Config struct {
Routines int `json:"routines" toml:"routines"` Routines int `json:"routines" toml:"routines"`
MaxNmUpdateEx int `json:"max_nm_update_ex" toml:"max_nm_update_ex"` MaxNmUpdateEx int `json:"max_nm_update_ex" toml:"max_nm_update_ex"`
DispatchTimeout int `json:"dispatch_timeout" toml:"dispatch_timeout"` DispatchTimeout int `json:"dispatch_timeout" toml:"dispatch_timeout"`
PoperVersion string `json:"poper_version" toml:"poper_version` PoperVersion string `json:"poper_version" toml:"poper_version"`
Redis RedisConfig `json:"redis" toml:"redis"` Redis RedisConfig `json:"redis" toml:"redis"`
Kafka KafkaConfig `json:"kafka" toml:"kafka"` Kafka KafkaConfig `json:"kafka" toml:"kafka"`
DbConfig MysqlConfig `json:"mysql" toml:"mysql"` DbConfig MysqlConfig `json:"mysql" toml:"mysql"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment