Skip to content

Instantly share code, notes, and snippets.

@stevenringo
Created August 9, 2011 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenringo/1133902 to your computer and use it in GitHub Desktop.
Save stevenringo/1133902 to your computer and use it in GitHub Desktop.
SQLite database.yml file for rails
production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment