--- # This is a sample database file for the ActiveRecord ORM :development: &defaults :adapter: mysql :database: itunes_combat_development :username: root :password: :host: localhost :socket: :test: <<: *defaults :database: itunes_combat_test :production: <<: *defaults :database: itunes_combat_production :username: itunes :password: bingo :socket: /var/run/mysqld/mysqld.sock