From 8b94a0d256d84c90e9016b7f45302f9ae736076a Mon Sep 17 00:00:00 2001 From: yuxh Date: Mon, 31 Oct 2022 15:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9es=E8=B4=A6=E5=8F=B7=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funtion.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funtion.go b/funtion.go index 22b65f9..380b300 100644 --- a/funtion.go +++ b/funtion.go @@ -86,8 +86,8 @@ func GenEsConfig(level Level) *EsConfig { } c := &EsConfig{ - Username: "elastic", - Password: "f0zCXxh6", + Username: "kaifa_api", + Password: "2quYX3bTeahO", Dsn: dsn, Level: level, Index: os.Getenv("GRLOG_APP_NAME"),