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-10-09 22:20:41 +02:00
parent ef16aa936c
commit ad025713c8
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ ES_ENABLED=true
ES_HOST=localhost ES_HOST=localhost
ES_PORT=9200 ES_PORT=9200
ES_PRESET= # single_node_cluster, small_cluster or large_cluster ES_PRESET= # single_node_cluster, small_cluster or large_cluster
ES_USER= # ES_USER=
ES_PASS= # ES_PASS=
``` ```
### Choosing the correct preset ### Choosing the correct preset