| 
					
					
					
				 | 
				@ -1,18 +1,16 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				--- | 
				 | 
				 | 
				--- | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				default: &default | 
				 | 
				 | 
				default: &default | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  host: <%= ENV.include?('container_hostname')? 'ct1.lxd':'localhost' %> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  database: &db-name easy-going-rails | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  user: *db-name | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  password: *db-name | 
			
		
		
	
		
			
				 | 
				 | 
				  adapter: postgresql | 
				 | 
				 | 
				  adapter: postgresql | 
			
		
		
	
		
			
				 | 
				 | 
				  encoding: unicode | 
				 | 
				 | 
				  encoding: unicode | 
			
		
		
	
		
			
				 | 
				 | 
				  # For details on connection pooling, see Rails configuration guide | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				  # https://guides.rubyonrails.org/configuring.html#database-pooling | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				  host: <%= ENV.include?('container_hostname')? 'ct1.lxd':'localhost' %> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				  pool: 5 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				development: | 
				 | 
				 | 
				development: | 
			
		
		
	
		
			
				 | 
				 | 
				  <<: *default | 
				 | 
				 | 
				  <<: *default | 
			
		
		
	
		
			
				 | 
				 | 
				  database: &db-name easy-going-rails | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				  user: *db-name | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				  password: *db-name | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				test: | 
				 | 
				 | 
				test: | 
			
		
		
	
		
			
				 | 
				 | 
				  <<: *default | 
				 | 
				 | 
				  <<: *default |