Skip to content

Instantly share code, notes, and snippets.

@amerine
Forked from anonymous/database.yml
Created January 19, 2010 07:37
Show Gist options
  • Save amerine/280748 to your computer and use it in GitHub Desktop.
Save amerine/280748 to your computer and use it in GitHub Desktop.
development:
adapter: sqlite3
database: db/development.sqlite3
timeout: 5000
test:
adapter: sqlite3
database: db/test.sqlite3
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment