Skip to content

Commit 84a9240

Browse files
authored
Update lib.rs (#158)
1 parent 05d473e commit 84a9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub async fn setup_services(config: &Option<PathBuf>) -> anyhow::Result<impl Ser
100100
"elasticsearch": {
101101
"url": "${ES_URL}",
102102
"api_key": "${ES_API_KEY:}",
103-
"username": "${ES_LOGIN:}",
103+
"username": "${ES_USERNAME:}",
104104
"password": "${ES_PASSWORD:}",
105105
"ssl_skip_verify": "${ES_SSL_SKIP_VERIFY:false}"
106106
}

0 commit comments

Comments
 (0)