Skip to content

Instantly share code, notes, and snippets.

@matflores
Created April 29, 2011 15:09
Show Gist options
  • Save matflores/948436 to your computer and use it in GitHub Desktop.
Save matflores/948436 to your computer and use it in GitHub Desktop.
defaults: &defaults
adapter: sqlite3
timeout: 5000
development:
<<: *defaults
database: db/development.sqlite3
test:
<<: *defaults
database: db/test.sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment