Skip to content

Instantly share code, notes, and snippets.

@zackseuberling
Created May 13, 2014 22:16
Show Gist options
  • Save zackseuberling/9798ed740f526b61c24c to your computer and use it in GitHub Desktop.
Save zackseuberling/9798ed740f526b61c24c to your computer and use it in GitHub Desktop.
development:
adapter: mysql2
encoding: utf8
database:
pool: 5
username:
password:
host: localhost
test:
adapter: mysql2
encoding: utf8
database:
pool: 5
username:
password:
host: localhost
production:
adapter: mysql2
encoding: utf8
database:
pool: 5
username:
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment