Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created February 24, 2012 23:54
Show Gist options
  • Save luckyruby/1904701 to your computer and use it in GitHub Desktop.
Save luckyruby/1904701 to your computer and use it in GitHub Desktop.
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment