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