databases.yml 713 Bytes
datasources:
  q_msg_system:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
   
   yh_inbox:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.message.dal.InBoxMapper
   
   yoho_passport:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      maxConnections: 50
      daos:
        - com.yoho.message.dal.IUserProfileDao
        - com.yoho.message.dal.IWechatTemplateDao
        
readOnlyInSlave: true