databases.yml 660 Bytes
datasources:
   yh_mars:
      servers:
        - 192.168.102.216:3306
        - 192.168.102.216:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==

   yh_social:
      servers:
        - 172.16.4.138:3306
        - 172.16.4.138:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.search.dal.SocialUserMapper

   yh_cms:
      servers:
        - 192.168.102.17:3306
        - 192.168.102.17:3306
      username: yh_test
      password: 9nm0icOwt6bMHjMusIfMLw==
      daos:
        - com.yoho.search.dal.SocialUserDetailMapper
        - com.yoho.search.dal.ContentMapper

readOnlyInSlave: true