--- # This is a sample database file for the ActiveRecord ORM :development: &defaults :adapter: mysql :database: sample_development :username: the_user :password: secrets :host: localhost :socket: /tmp/mysql.sock :encoding: utf8 :test: <<: *defaults :database: sample_test :production: <<: *defaults :database: sample_production :rake: <<: *defaults