Database config
This commit is contained in:
		
							parent
							
								
									3a90336e7c
								
							
						
					
					
						commit
						cd9e0f41fa
					
				@ -1,10 +1,14 @@
 | 
			
		||||
# PostgreSQL version 9.0
 | 
			
		||||
#   gem install pg
 | 
			
		||||
development:
 | 
			
		||||
defaults: &defaults
 | 
			
		||||
  adapter: postgresql
 | 
			
		||||
  database: beathaven
 | 
			
		||||
  host: 192.168.0.128
 | 
			
		||||
  username: postgres
 | 
			
		||||
  password: password
 | 
			
		||||
  pool: 5
 | 
			
		||||
  timeout: 5000
 | 
			
		||||
  timeout: 5000
 | 
			
		||||
 | 
			
		||||
development:
 | 
			
		||||
  <<: *defaults
 | 
			
		||||
 | 
			
		||||
production:
 | 
			
		||||
  <<: *defaults
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user