From c8ce728705c0a5f85e55ed68101938a04f94ffb3 Mon Sep 17 00:00:00 2001 From: Jeong Arm Date: Mon, 25 Oct 2021 00:20:03 +0900 Subject: Support authentication for ElasticSearch (#16890) * Support authentication for ElasticSearch * Fix chewy auth settings --- .env.production.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.production.sample') 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 # ------- -- cgit