Skip to content

Instantly share code, notes, and snippets.

@seanculver
Last active December 26, 2015 03:49
Show Gist options
  • Save seanculver/7088835 to your computer and use it in GitHub Desktop.
Save seanculver/7088835 to your computer and use it in GitHub Desktop.
Rails 4 database.yml
development: &default
adapter: mysql2
host: localhost
encoding: utf8
database: roguerails_dev
username: root
password:
test:
<<: *default
database: roguerails_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment