Fix ES sample config with no auth is user (#1318)
* Redirect the old ES page to the new one * Fix ES configuration sample `ES_USER` and `ES_PASS` need to be undefined when no auth should be used
This commit is contained in:
parent
e1b2a6b150
commit
1d26ea1378
|
@ -67,8 +67,8 @@ ES_ENABLED=true
|
|||
ES_HOST=localhost
|
||||
ES_PORT=9200
|
||||
ES_PRESET= # single_node_cluster, small_cluster or large_cluster
|
||||
ES_USER=
|
||||
ES_PASS=
|
||||
# ES_USER=
|
||||
# ES_PASS=
|
||||
```
|
||||
|
||||
### Choosing the correct preset
|
||||
|
|
Loading…
Reference in New Issue