Skip to content

Instantly share code, notes, and snippets.

@ninjabiscuit
Created August 13, 2011 12:09
Show Gist options
  • Save ninjabiscuit/1143783 to your computer and use it in GitHub Desktop.
Save ninjabiscuit/1143783 to your computer and use it in GitHub Desktop.
database.yml
login: &login
adapter: mysql2
host: localhost
username: root
password:
encoding: utf8
collation: utf8_general_ci
development:
database: instalist_development
<<: *login
test: &test
database: instalist_test
<<: *login
production:
database: instalist_production
<<: *login
cucumber:
<<: *test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment