oldhaven/config/database.yml

15 lines
219 B
YAML
Raw Normal View History

2011-06-13 16:54:56 +04:00
development:
adapter: mysql2
database: beathaven
username: root
password: test
host: localhost
2011-04-17 13:11:01 +04:00
2011-06-13 16:54:56 +04:00
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
2011-04-17 13:11:01 +04:00
production:
2011-06-18 19:58:51 +04:00
adapter: postgresql