Skip to content

Instantly share code, notes, and snippets.

@astachelek
Created January 30, 2012 19:09
Show Gist options
  • Save astachelek/1706040 to your computer and use it in GitHub Desktop.
Save astachelek/1706040 to your computer and use it in GitHub Desktop.
Sample Database Config
development:
adapter: mysql2
database: database_name
username: root
password:
pool: 5
timeout: 5000
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment