Skip to content

Instantly share code, notes, and snippets.

@johndavid400
Created January 7, 2015 16:32
Show Gist options
  • Save johndavid400/682a9fe4c05f6d092879 to your computer and use it in GitHub Desktop.
Save johndavid400/682a9fe4c05f6d092879 to your computer and use it in GitHub Desktop.
# SQLite version 3.x
development:
adapter: sqlite3
database: db/your_app_development.sql
pool: 5
timeout: 5000
test:
adapter: sqlite3
database: db/your_app_test.sql
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/your_app_production.sql
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment