Support authentication for ElasticSearch (#16890)

* Support authentication for ElasticSearch

* Fix chewy auth settings
This commit is contained in:
Jeong Arm 2021-10-25 00:20:03 +09:00 committed by GitHub
parent ec059317fa
commit c8ce728705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,9 @@ DB_PORT=5432
ES_ENABLED=true
ES_HOST=localhost
ES_PORT=9200
# Authentication for ES (optional)
ES_USER=elastic
ES_PASS=password
# Secrets
# -------