# https://web.archive.org/web/20130213112648/http://blog.101ideas.cz/posts/dry-your-yaml-files.html
---
development: &defaults
adapter: mysql
encoding: utf8
database: acme_development
username: root
test:
<<: *defaults
database: acme_test
cucumber:
<<: *defaults
database: acme_cucumber