From 1440378c207866e98304abf0f6a084cd375e27cf Mon Sep 17 00:00:00 2001 From: ibu Date: Wed, 8 Dec 2021 13:00:08 +0000 Subject: [PATCH] Improve comments in config_template --- doc/source/config_template/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/config_template/main.yaml b/doc/source/config_template/main.yaml index 308deeb..3e876cd 100644 --- a/doc/source/config_template/main.yaml +++ b/doc/source/config_template/main.yaml @@ -76,10 +76,10 @@ elasticsearch: # host on which ES is running host: localhost # API key for accessing ES - api_key: "**********************" + api_key: "____________________" # API user id - id: "**********************" - # Index base name (actual index names will have '_text' etc. appended) + id: "____________________" + # Index base name (full index names will have '_text_{language}' appended) index_base_name: atext # Tensorflow access