From 3fefd12c01280a1830e28dc385f6c14fe644d228 Mon Sep 17 00:00:00 2001 From: 18209 Date: Mon, 21 Jul 2025 16:47:45 +0800 Subject: [PATCH] =?UTF-8?q?yaml=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/configStruct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configStruct.go b/config/configStruct.go index 6fcce05..6badb82 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -27,7 +27,7 @@ type KafkaConfig struct { type EsConfig struct { Address []string `json:"address"` Index string `json:"index"` - AlarmIndex string `json:"alarmIndex"` + AlarmIndex string `json:"alarmIndex" yaml:"alarmIndex"` Auth struct { UserName string `json:"userName"` Password string `json:"password"`