Skip to content

Instantly share code, notes, and snippets.

@nchelluri
Created August 15, 2016 23:07
Show Gist options
  • Save nchelluri/9ba2d032c2119273d591b33c44febc4a to your computer and use it in GitHub Desktop.
Save nchelluri/9ba2d032c2119273d591b33c44febc4a to your computer and use it in GitHub Desktop.
default: &default
adapter: mysql2
pool: 5
encoding: utf8mb4
charset: utf8mb4
collation: utf8mb4_unicode_ci
socket: /tmp/mysql.sock
development:
<<: *default
database: [...]
username: [...]
password: [...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment