修改es账号密码

This commit is contained in:
余 欣怀 2022-10-31 15:41:38 +08:00
parent 38247cf3c9
commit 8b94a0d256

View File

@ -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"),