Showing
1 changed file
with
2 additions
and
0 deletions
@@ -9,6 +9,7 @@ datasources: | @@ -9,6 +9,7 @@ datasources: | ||
9 | yohobuy_logs: | 9 | yohobuy_logs: |
10 | servers: | 10 | servers: |
11 | - ${jdbc.mysql.yohologs.master} | 11 | - ${jdbc.mysql.yohologs.master} |
12 | + - ${jdbc.mysql.yohologs.slave} | ||
12 | username: ${jdbc.mysql.yohologs.username} | 13 | username: ${jdbc.mysql.yohologs.username} |
13 | password: ${jdbc.mysql.yohologs.password} | 14 | password: ${jdbc.mysql.yohologs.password} |
14 | daos: | 15 | daos: |
@@ -18,6 +19,7 @@ datasources: | @@ -18,6 +19,7 @@ datasources: | ||
18 | app: | 19 | app: |
19 | servers: | 20 | servers: |
20 | - ${bigdate.db.url} | 21 | - ${bigdate.db.url} |
22 | + - ${bigdate.db.url} | ||
21 | username: ${bigdate.db.username} | 23 | username: ${bigdate.db.username} |
22 | password: ${bigdate.db.password} | 24 | password: ${bigdate.db.password} |
23 | daos: | 25 | daos: |
-
Please register or login to post a comment