Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit f64b58d

Browse files
committed
Remove default user and password from default.json
This commit removes the user and password from `config/default.json`. This allows to not set a username and password when connecting to Elasticsearch; Previously the default values were used if username and password were omitted from `config/local.json` Fixes #358 Signed-off-by: Kevin Gimbel <hallo@kevingimbel.com>
1 parent b419892 commit f64b58d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/default.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"host": "localhost",
1515
"port": 9200,
1616
"protocol": "http",
17-
"user": "elastic",
18-
"password": "changeme",
1917
"min_score": 0.01,
2018
"indices": [
2119
"vue_storefront_catalog",

0 commit comments

Comments
 (0)