databases.yml 765 Bytes
datasources:
   yoho_activity:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==

   yh_lottery:
      servers:
        - 192.168.102.219:3306
        - 192.168.102.219:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.lottery.dal.GiftMapper
        - com.yoho.lottery.dal.LotteryMapper
        - com.yoho.lottery.dal.LotteryCountMapper
        - com.yoho.lottery.dal.LotteryGiftRelationBkbkMapper
        - com.yoho.lottery.dal.PrizeMapper
        - com.yoho.lottery.dal.WeixinLotteryListMapper
        - com.yoho.lottery.dal.WeixinOrderListMapper
        - com.yoho.lottery.dal.LotteryRecordMapper

readOnlyInSlave: true