default: &default adapter: mysql2 encoding: utf8 host: rm-m5ef10gzq1n5e7b9abo.mysql.rds.aliyuncs.com username: crm_rw password: pHB+!*Uv9Rl9 pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> timeout: 5000 development: <<: *default database: crm_dev # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: db/test.sqlite3 production: <<: *default database: db/production.sqlite3