Skip to content

Instantly share code, notes, and snippets.

@jperrine
Created July 17, 2011 19:22
Show Gist options
  • Save jperrine/1087959 to your computer and use it in GitHub Desktop.
Save jperrine/1087959 to your computer and use it in GitHub Desktop.
poop
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