Support authentication for ElasticSearch (#16890)
* Support authentication for ElasticSearch * Fix chewy auth settings
This commit is contained in:
		@@ -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
 | 
			
		||||
# -------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user