databases.yml 1.14 KB
datasources:
   yoho_passport:
      servers:
        - ${jdbc.mysql.yohopassport.master}
        - ${jdbc.mysql.yohopassport.slave}
      username: ${jdbc.mysql.yohopassport.username}
      password: ${jdbc.mysql.yohopassport.password}
      
   yohobuy_logs:
      servers:
        - ${jdbc.mysql.yohologs.master}
        - ${jdbc.mysql.yohologs.master}
      username: ${jdbc.mysql.yohologs.username}
      password: ${jdbc.mysql.yohologs.password}
      daos:
        - com.yoho.unions.dal.IUnionLogsDAO
        
        
   app:
      servers:
        - ${bigdate.db.url}
        - ${bigdate.db.url}
      username: ${bigdate.db.username}
      password: ${bigdate.db.password}
      daos:
        - com.yoho.unions.dal.IAppActivateIdfaListDAO

   yh_unions:
      servers:
        - ${jdbc.mysql.unions.master}
        - ${jdbc.mysql.unions.slave}
      username: ${jdbc.mysql.unions.username}
      password: ${jdbc.mysql.unions.password}
      daos:
        - com.yoho.unions.dal.IUserOrdersDAO
        - com.yoho.unions.dal.IUnionTypeDAO
        - com.yoho.unions.dal.IUnionTypeManageDAO
        - com.yoho.unions.dal.IUnionOrderPushDAO
readOnlyInSlave: true