databases.yml 1.12 KB
datasources:
   yoho_passport:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==

   yohobuy_logs:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.unions.dal.IUnionLogsDAO
        - com.yoho.unions.dal.IUnionClickLogsDAO
        - com.yoho.unions.dal.IUnionActivityLogsDAO
        
   app:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.unions.dal.IAppActivateIdfaListDAO

   yh_unions:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.unions.dal.IUserOrdersDAO
        - com.yoho.unions.dal.IUnionTypeDAO
        - com.yoho.unions.dal.IUnionTypeManageDAO
        - com.yoho.unions.dal.IUnionOrderPushDAO
        - com.yoho.unions.dal.IUnionDepartmentUrlDAO

readOnlyInSlave: true