Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created March 22, 2013 02:40
Show Gist options
  • Save alvin2ye/5218548 to your computer and use it in GitHub Desktop.
Save alvin2ye/5218548 to your computer and use it in GitHub Desktop.
default: &default
adapter: mysql2
encoding: utf8
host: localhost
username: root
password: ""
development:
<<: *default
database: xxx_dev
test:
<<: *default
database: xxx_test
production:
<<: *default
database: xxx_prd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment