Improve comments in config_template
This commit is contained in:
parent
8246ce6251
commit
1440378c20
1 changed files with 3 additions and 3 deletions
|
@ -76,10 +76,10 @@ elasticsearch:
|
||||||
# host on which ES is running
|
# host on which ES is running
|
||||||
host: localhost
|
host: localhost
|
||||||
# API key for accessing ES
|
# API key for accessing ES
|
||||||
api_key: "**********************"
|
api_key: "____________________"
|
||||||
# API user id
|
# API user id
|
||||||
id: "**********************"
|
id: "____________________"
|
||||||
# Index base name (actual index names will have '_text' etc. appended)
|
# Index base name (full index names will have '_text_{language}' appended)
|
||||||
index_base_name: atext
|
index_base_name: atext
|
||||||
|
|
||||||
# Tensorflow access
|
# Tensorflow access
|
||||||
|
|
Loading…
Reference in a new issue