Skip to content

Instantly share code, notes, and snippets.

@kirkbushell
Created August 25, 2011 05:19
Show Gist options
  • Save kirkbushell/1170027 to your computer and use it in GitHub Desktop.
Save kirkbushell/1170027 to your computer and use it in GitHub Desktop.
# SQLite version 3.x
# gem install sqlite3
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: mysql
database: socialmediadatabase
username: smdb
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment