Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created February 9, 2009 01:14
Show Gist options
  • Save mileszs/60592 to your computer and use it in GitHub Desktop.
Save mileszs/60592 to your computer and use it in GitHub Desktop.
development:
adapter: sqlite3
database: db/dev.sqlite3
timeout: 5000
test:
adapter: sqlite3
database: db/test.sqlite3
timeout: 5000
production:
adapter: sqlite3
database: db/prod.sqlite3
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment