Database config

This commit is contained in:
magnolia-fan 2011-04-17 13:11:01 +04:00
parent 3a90336e7c
commit cd9e0f41fa

View File

@ -1,10 +1,14 @@
# PostgreSQL version 9.0 defaults: &defaults
# gem install pg
development:
adapter: postgresql adapter: postgresql
database: beathaven database: beathaven
host: 192.168.0.128 host: 192.168.0.128
username: postgres username: postgres
password: password password: password
pool: 5 pool: 5
timeout: 5000 timeout: 5000
development:
<<: *defaults
production:
<<: *defaults