Skip to content

Instantly share code, notes, and snippets.

@ioptics
Created January 23, 2010 16:03
Show Gist options
  • Select an option

  • Save ioptics/284661 to your computer and use it in GitHub Desktop.

Select an option

Save ioptics/284661 to your computer and use it in GitHub Desktop.
login: &login
adapter: mysql
host: localhost
username: root
development:
<<: *login
database: db_development
test:
<<: *login
database: db_test
production:
<<: *login
database: db_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment