12 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# nastavení konfiguračního souboru env.production
 | 
						|
 | 
						|
 | 
						|
#Configuring full-text search
 | 
						|
ES_ENABLED=true
 | 
						|
ES_HOST=ip_adresa_serveru_elesticsearch
 | 
						|
ES_PORT=9200
 | 
						|
ES_PRESET=single_node_cluster # single_node_cluster, small_cluster or large_cluster
 | 
						|
#ES_USER=
 | 
						|
#ES_PASS=
 | 
						|
 |