Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created May 16, 2016 08:38
Show Gist options
  • Save amitpatelx/a1c541e0581e2479b5fabbd468f945d9 to your computer and use it in GitHub Desktop.
Save amitpatelx/a1c541e0581e2479b5fabbd468f945d9 to your computer and use it in GitHub Desktop.
database.yml
development:
adapter: mysql2
encoding: utf8
pool: 10
min_messages: warning
timeout: 5000
database: myapp_development
username: root
password: root
socket: /var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment