2007-03-30 04:36:52 +00:00
|
|
|
development:
|
|
|
|
|
adapter: mysql
|
|
|
|
|
database: tracks
|
2011-01-11 05:53:15 +01:00
|
|
|
# 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
|
2007-03-30 04:36:52 +00:00
|
|
|
host: localhost
|
|
|
|
|
username: root
|
|
|
|
|
password:
|
|
|
|
|
|
2010-02-12 12:35:19 +01:00
|
|
|
test: &TEST
|
2007-03-30 04:36:52 +00:00
|
|
|
adapter: sqlite3
|
|
|
|
|
database: ":memory:"
|
|
|
|
|
|
|
|
|
|
production:
|
|
|
|
|
adapter: mysql
|
|
|
|
|
database: tracks
|
2011-01-11 05:53:15 +01:00
|
|
|
# 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
|
2007-03-30 04:36:52 +00:00
|
|
|
host: localhost
|
|
|
|
|
username: root
|
|
|
|
|
password:
|
2010-02-02 22:52:32 +01:00
|
|
|
|
|
|
|
|
cucumber:
|
|
|
|
|
<<: *TEST
|
|
|
|
|
|
|
|
|
|
selenium:
|
|
|
|
|
<<: *TEST
|