This commit is contained in:
wangchuxiao
2022-09-16 16:51:12 +08:00
parent 665e2e3e83
commit bb0f5e97a2
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -221,9 +221,9 @@ type config struct {
}
Kafka struct {
UserName string `yaml:"userName"`
Password string `yaml:"password"`
Ws2mschat struct {
SASLUserName string `yaml:"SASLUserName"`
SASLPassword string `yaml:"SASLPassword"`
Ws2mschat struct {
Addr []string `yaml:"addr"`
Topic string `yaml:"topic"`
}