Skip to content

Instantly share code, notes, and snippets.

@mhenrixon
Created March 2, 2013 16:14
Show Gist options
  • Save mhenrixon/5071737 to your computer and use it in GitHub Desktop.
Save mhenrixon/5071737 to your computer and use it in GitHub Desktop.
common: &default_settings
adapter: mysql2
host: localhost
username: root
encoding: utf8
reconnect: false
pool: 5
development:
<<: *default_settings
database: msnxt_hlt_dev
profile:
<<: *default_settings
database: msnxt_hlt_dev
test:
<<: *default_settings
database: msnxt_hlt_test
production:
<<: *default_settings
database: msnxt_hlt_prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment