Skip to content

Instantly share code, notes, and snippets.

@prasofty
Created May 29, 2013 15:50
Show Gist options
  • Save prasofty/5671356 to your computer and use it in GitHub Desktop.
Save prasofty/5671356 to your computer and use it in GitHub Desktop.
config/database.yml
//Default sqlite
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
//Default mysql2
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: <project_name>_development
pool: 5
username: root
password:
socket: /var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment