databases.yml
1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
datasources:
yoho_passport:
servers:
- ${jdbc.mysql.yohopassport.master}
- ${jdbc.mysql.yohopassport.slave}
username: ${jdbc.mysql.yohopassport.username}
password: ${jdbc.mysql.yohopassport.password}
yohobuy_logs:
servers:
- ${jdbc.mysql.yohologs.master}
- ${jdbc.mysql.yohologs.master}
username: ${jdbc.mysql.yohologs.username}
password: ${jdbc.mysql.yohologs.password}
daos:
- com.yoho.unions.dal.IUnionLogsDAO
app:
servers:
- ${bigdate.db.url}
- ${bigdate.db.url}
username: ${bigdate.db.username}
password: ${bigdate.db.password}
daos:
- com.yoho.unions.dal.IAppActivateIdfaListDAO
yh_unions:
servers:
- ${jdbc.mysql.unions.master}
- ${jdbc.mysql.unions.slave}
username: ${jdbc.mysql.unions.username}
password: ${jdbc.mysql.unions.password}
daos:
- com.yoho.unions.dal.IUserOrdersDAO
- com.yoho.unions.dal.IUnionTypeDAO
- com.yoho.unions.dal.IUnionTypeManageDAO
- com.yoho.unions.dal.IUnionOrderPushDAO
readOnlyInSlave: true