databases.yml 279 Bytes
datasources:
   yoho_activity:
      servers:
        - ${jdbc.mysql.yohoactivity.master}
        - ${jdbc.mysql.yohoactivity.slave}
      username: ${jdbc.mysql.yohoactivity.username}
      password: ${jdbc.mysql.yohoactivity.password}
readOnlyInSlave: ${readOnlyInSlave}