Skip to content

Instantly share code, notes, and snippets.

@HHRy
Created October 12, 2010 08:34
Show Gist options
  • Save HHRy/621859 to your computer and use it in GitHub Desktop.
Save HHRy/621859 to your computer and use it in GitHub Desktop.
# Replace the YAML'd hash in config/database.yml with an actual Ruby hash.
#
{
:development => { :name => 'dev', :adapter => 'mysql', :username => 'root', :password => '' },
:test => { :name => 'test', :adapter => 'mysql', :username => 'root', :password => '' },
:production => { :name => 'prod' :adapter => 'mysql', :username => 'db', :password => '1234', :host => 'db1.app.com' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment