2018-05-14 18:49:19 -05:00
|
|
|
development:
|
|
|
|
|
adapter: mysql2
|
|
|
|
|
database: tracks
|
|
|
|
|
# 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:
|
|
|
|
|
|
2018-05-25 22:07:09 -05:00
|
|
|
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:
|
|
|
|
|
|
2018-05-14 18:49:19 -05:00
|
|
|
# Production config is disabled by default
|
|
|
|
|
#
|
|
|
|
|
# production:
|
|
|
|
|
# adapter: mysql2
|
|
|
|
|
# database: tracks
|
|
|
|
|
# # 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: localhost
|
|
|
|
|
# username: root
|
|
|
|
|
# password:
|
|
|
|
|
|