1
0
2011-04-17 13:11:01 +04:00

14 lines
212 B
YAML

defaults: &defaults
adapter: postgresql
database: beathaven
host: 192.168.0.128
username: postgres
password: password
pool: 5
timeout: 5000
development:
<<: *defaults
production:
<<: *defaults