config file update

This commit is contained in:
Gordon
2022-06-17 10:59:50 +08:00
parent 04136d5b9d
commit 92cb2e7eab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ type config struct {
Topic string `yaml:"topic"`
}
ConsumerGroupID struct {
MsgToRedis string `yaml:"msgToRedis"`
MsgToRedis string `yaml:"msgToTransfer"`
MsgToMongo string `yaml:"msgToMongo"`
MsgToMySql string `yaml:"msgToMySql"`
MsgToPush string `yaml:"msgToPush"`