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: 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
|
||||
|
|
Loading…
Reference in a new issue