Authored by ping

update

... ... @@ -14,4 +14,13 @@ datasources:
password: 9nm0icOwt6bMHjMusIfMLw==
daos:
- com.yoho.unions.dal.IUnionLogsDAO
yoho_union:
servers:
- 192.168.102.219:3306
- 192.168.102.219:3306
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
daos:
- com.yoho.unions.dal.IAppActivateIdfaListDAO
readOnlyInSlave: true
\ No newline at end of file
... ...
... ... @@ -13,4 +13,13 @@ datasources:
password: ${jdbc.mysql.yohologs.password}
daos:
- com.yoho.unions.dal.IUnionLogsDAO
yoho_union:
servers:
- ${jdbc.mysql.yohologs.master}
username: ${jdbc.mysql.yohologs.username}
password: ${jdbc.mysql.yohologs.password}
daos:
- com.yoho.unions.dal.IAppActivateIdfaListDAO
readOnlyInSlave: true
\ No newline at end of file
... ...