mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Use mysql for all databases in the template file
Sqlite is not in the Gemfile so it makes no sense to have it in the database.yml.tmpl file.
This commit is contained in:
parent
b36f36190c
commit
f81905cbb5
1 changed files with 4 additions and 2 deletions
|
|
@ -31,8 +31,10 @@ production:
|
|||
# re-generated from your development database when you run "rake".
|
||||
# Do not set this db to the same as development or production.
|
||||
test: &TEST
|
||||
adapter: sqlite3
|
||||
database: ":memory:"
|
||||
adapter: mysql2
|
||||
database: tracks_test
|
||||
username: root
|
||||
encoding: utf8
|
||||
|
||||
cucumber:
|
||||
<<: *TEST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue