This commit is contained in:
Gregory Eremin
2012-09-28 00:59:36 +04:00
parent c050afefed
commit 1e19b8f2ca
4 changed files with 96 additions and 212 deletions
+10 -10
View File
@@ -1,15 +1,15 @@
development:
adapter: mysql2
database: beathaven
username: root
password: test
development: &defaults
adapter: postgresql
database: beathaven_development
username: beathaven
password: beathaven
host: localhost
pool: 5
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
<<: *defaults
database: beathaven_test
production:
adapter: postgresql
<<: *defaults
database: beathaven_production