We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d473e commit 84a9240Copy full SHA for 84a9240
src/lib.rs
@@ -100,7 +100,7 @@ pub async fn setup_services(config: &Option<PathBuf>) -> anyhow::Result<impl Ser
100
"elasticsearch": {
101
"url": "${ES_URL}",
102
"api_key": "${ES_API_KEY:}",
103
- "username": "${ES_LOGIN:}",
+ "username": "${ES_USERNAME:}",
104
"password": "${ES_PASSWORD:}",
105
"ssl_skip_verify": "${ES_SSL_SKIP_VERIFY:false}"
106
}
0 commit comments