Skip to content

Instantly share code, notes, and snippets.

@matthutchinson
Created July 25, 2013 09:38
Show Gist options
  • Save matthutchinson/6078280 to your computer and use it in GitHub Desktop.
Save matthutchinson/6078280 to your computer and use it in GitHub Desktop.
default: &default
adapter: mysql2
encoding: utf8
username: root
password:
reconnect: true
encoding: utf8
development:
<<: *default
database: housetrip_development
pool: 5
test:
<<: *default
database: housetrip_test<%= ENV['TEST_ENV_NUMBER'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment