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:
Renaud Chaput 2023-11-24 18:31:47 +01:00 committed by GitHub
parent e1b2a6b150
commit 1d26ea1378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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