Created
July 17, 2011 19:22
-
-
Save jperrine/1087959 to your computer and use it in GitHub Desktop.
poop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
adapter: mysql2 | |
username: root | |
password: coolio | |
socket: /tmp/mysql.sock | |
encoding: utf8 | |
database: r101_development | |
# warning: the database defined as "test" will be erased and | |
# re-generated from your development database when you run "rake". | |
# do not set this db to the same as development or production. | |
test: | |
adapter: mysql2 | |
username: root | |
password: coolio | |
socket: /tmp/mysql.sock | |
encoding: utf8 | |
database: r101_test | |
production: | |
adapter: mysql2 | |
username: root | |
password: coolio | |
socket: /tmp/mysql.sock | |
encoding: utf8 | |
database: r101_production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment