default: &default
  adapter: mysql2
  encoding: utf8
  pool: 3
  host: rm-m5ef10gzq1n5e7b9abo.mysql.rds.aliyuncs.com
  username: crm_dev
  password: 4LwSJlWiM9Krlb8g

development:
  <<: *default
  database: crm_dev

production:
  <<: *default
  database: crm_dev