defaults: &defaults adapter: <%= ENV['DB'] || 'mysql' %> host: localhost database: hmp_development username: root password: development: <<: *defaults test: <<: *defaults production: <<: *defaults