about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2021-10-25 00:20:03 +0900
committerGitHub <noreply@github.com>2021-10-24 17:20:03 +0200
commitc8ce728705c0a5f85e55ed68101938a04f94ffb3 (patch)
treebe9975217462215c4fbc4b8f0e6b9e90f088c223 /.env.production.sample
parentec059317fad4fc5f1ed45a72cbae48edafcb586d (diff)
Support authentication for ElasticSearch (#16890)
* Support authentication for ElasticSearch

* Fix chewy auth settings
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 6f14c5804..86ae5d111 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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
 # -------