소스 검색

修改es账号密码

tags/v1.3.8
余 欣怀 1 년 전
부모
커밋
8b94a0d256
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      funtion.go

+ 2
- 2
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"),


불러오는 중...
취소
저장