|
|
datasources:
|
|
|
${jdbc.mysql.yhbsearch.datasources}:
|
|
|
${jdbc.mysql.yohomarssearch.datasources}:
|
|
|
servers:
|
|
|
- ${jdbc.mysql.yhbsearch.master}
|
|
|
- ${jdbc.mysql.yhbsearch.slave}
|
|
|
username: ${jdbc.mysql.yhbsearch.username}
|
|
|
password: ${jdbc.mysql.yhbsearch.password}
|
|
|
- ${jdbc.mysql.yohomarssearch.master}
|
|
|
- ${jdbc.mysql.yohomarssearch.slave}
|
|
|
username: ${jdbc.mysql.yohomarssearch.username}
|
|
|
password: ${jdbc.mysql.yohomarssearch.password}
|
|
|
|
|
|
readOnlyInSlave: ${readOnlyInSlave} |
|
|
\ No newline at end of file |
...
|
...
|
|