Skip to content

Instantly share code, notes, and snippets.

@hron
Created November 10, 2009 16:28
Show Gist options
  • Save hron/231004 to your computer and use it in GitHub Desktop.
Save hron/231004 to your computer and use it in GitHub Desktop.
login: &login
adapter: mysql
username: root
password:
host: localhost
development:
<<: *login
database: app_dev
test:
<<: *login
database: app_test
production:
<<: *login
database: app_prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment