Compare commits

..

No commits in common. "master" and "v1.3.7" have entirely different histories.

View File

@ -86,8 +86,8 @@ func GenEsConfig(level Level) *EsConfig {
}
c := &EsConfig{
Username: "kaifa_api",
Password: "2quYX3bTeahO",
Username: "elastic",
Password: "f0zCXxh6",
Dsn: dsn,
Level: level,
Index: os.Getenv("GRLOG_APP_NAME"),