6 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
 | 
						|
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or cassandra (Cassandra).
 | 
						|
# According to the database type corresponding kubernetes resources will be deployed (see postgres.yml, cassandra.yml for details).
 | 
						|
 | 
						|
DATABASE=postgres
 |