From 60c6961267a9f796eb1087a1fb6440ee5ed7af50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Massot?= Date: Thu, 27 Jun 2024 16:33:05 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85f7c54..5c2fbb4 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ database: metastore username: quickwit assword: "" ``` -Configure `QW_METASTORE_URI` in `extraEnvFrom` instead (see +You can use `config.metastore_uri` or `QW_METASTORE_URI` in `extraEnvFrom` instead (see [documentation](https://quickwit.io/docs/configuration/metastore-config) for -more details). +more details). `metastore_uri` can be built with the old variables like this: `postgres://$(POSTGRES_USERNAME):$(POSTGRES_PASSWORD)@$(POSTGRES_HOST):$(POSTGRES_PORT)/$(POSTGRES_DATABASE)`. - the seed configuration has moved from `config` to a dedicated attribute. The changes are: