Work on import from discogs. Switching to mysql in local dev
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user