oldhaven/config/database.yml

14 lines
212 B
YAML
Raw Normal View History

2011-04-17 13:11:01 +04:00
defaults: &defaults
2011-04-03 20:21:05 +04:00
adapter: postgresql
database: beathaven
host: 192.168.0.128
username: postgres
password: password
pool: 5
2011-04-17 13:11:01 +04:00
timeout: 5000
development:
<<: *defaults
production:
<<: *defaults