1
0
Fork 0
oldhaven/config/database.yml

10 lines
190 B
YAML
Raw Normal View History

2011-04-03 16:21:05 +00:00
# PostgreSQL version 9.0
# gem install pg
development:
adapter: postgresql
database: beathaven
host: 192.168.0.128
username: postgres
password: password
pool: 5
timeout: 5000