Work on import from discogs. Switching to mysql in local dev

This commit is contained in:
magnolia-fan
2011-09-21 22:59:39 +04:00
parent 5798955b01
commit da003cad12
15 changed files with 110 additions and 13 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
development:
adapter: sqlite3
database: db/development-discogs.sqlite3
pool: 5
timeout: 5000
adapter: mysql2
database: beathaven
username: root
password: test
host: localhost
test:
adapter: sqlite3