mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Add the test database definition back
It's needed for the tests and should have never been removed in the first place.
This commit is contained in:
parent
44117e73d8
commit
d3a3dde421
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,16 @@ development:
|
|||
username: root
|
||||
password:
|
||||
|
||||
test:
|
||||
adapter: mysql2
|
||||
database: tracks_test
|
||||
# set this if you are storing utf8 in your mysql database to handle strings
|
||||
# like "Réné". Not needed for sqlite. For PostgreSQL use encoding: unicode
|
||||
# encoding: utf8
|
||||
host: db
|
||||
username: root
|
||||
password:
|
||||
|
||||
# Production config is disabled by default
|
||||
#
|
||||
# production:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue