oldhaven/config/database.yml
2011-04-09 17:41:24 +04:00

10 lines
190 B
YAML

# 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