Update: 同步platform相关配置
Showing
1 changed file
with
28 additions
and
4 deletions
@@ -121,6 +121,25 @@ jdbc.mysql.yhorderssplit.slave=cobar1.yohoops.org:8066 | @@ -121,6 +121,25 @@ jdbc.mysql.yhorderssplit.slave=cobar1.yohoops.org:8066 | ||
121 | jdbc.mysql.yhorderssplit.username=yh_test | 121 | jdbc.mysql.yhorderssplit.username=yh_test |
122 | jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw== | 122 | jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw== |
123 | 123 | ||
124 | + | ||
125 | +#yhb_promotion_split db split | ||
126 | +jdbc.mysql.yhbpromotionsplit.master=192.168.102.202:8066 | ||
127 | +jdbc.mysql.yhbpromotionsplit.slave=192.168.102.202:8066 | ||
128 | +jdbc.mysql.yhbpromotionsplit.slave2=192.168.102.202:8066 | ||
129 | +jdbc.mysql.yhbpromotionsplit.slave3=192.168.102.202:8066 | ||
130 | +jdbc.mysql.yhbpromotionsplit.username=yh_test | ||
131 | +jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw== | ||
132 | +jdbc.mysql.yhbpromotionsplit.slave2=192.168.102.202:8066 | ||
133 | +jdbc.mysql.yhbpromotionsplit.slave3=192.168.102.202:8066 | ||
134 | + | ||
135 | + | ||
136 | +#yhb_promotion platform split db | ||
137 | +jdbc.mysql.yhbpromotionsplitplatform.master=192.168.102.202:8066 | ||
138 | +jdbc.mysql.yhbpromotionsplitplatform.slave=192.168.102.202:8066 | ||
139 | +jdbc.mysql.yhbpromotionsplitplatform.username=yh_test | ||
140 | +jdbc.mysql.yhbpromotionsplitplatform.password=9nm0icOwt6bMHjMusIfMLw== | ||
141 | + | ||
142 | + | ||
124 | jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306 | 143 | jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306 |
125 | jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306 | 144 | jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306 |
126 | 145 | ||
@@ -128,10 +147,10 @@ jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306 | @@ -128,10 +147,10 @@ jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306 | ||
128 | jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306 | 147 | jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306 |
129 | 148 | ||
130 | #yhb_promotion_split db split | 149 | #yhb_promotion_split db split |
131 | -jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066 | ||
132 | -jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066 | ||
133 | -jdbc.mysql.yhbpromotionsplit.username=yh_test | ||
134 | -jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw== | 150 | +# jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066 |
151 | +# jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066 | ||
152 | +# jdbc.mysql.yhbpromotionsplit.username=yh_test | ||
153 | +# jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw== | ||
135 | 154 | ||
136 | # yh_orders | 155 | # yh_orders |
137 | jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306 | 156 | jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306 |
@@ -278,6 +297,11 @@ jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306 | @@ -278,6 +297,11 @@ jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306 | ||
278 | jdbc.mysql.yhbsearch.username=yh_test | 297 | jdbc.mysql.yhbsearch.username=yh_test |
279 | jdbc.mysql.yhbsearch.password=9nm0icOwt6bMHjMusIfMLw== | 298 | jdbc.mysql.yhbsearch.password=9nm0icOwt6bMHjMusIfMLw== |
280 | 299 | ||
300 | +#bigdataunion | ||
301 | +jdbc.mysql.bigdataunion.slave=read.bigdata.yohoops.org:3306 | ||
302 | +jdbc.mysql.bigdataunion.username=yh_vpc_bak | ||
303 | +jdbc.mysql.bigdataunion.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
304 | + | ||
281 | # search-es | 305 | # search-es |
282 | search.es.cluster.name = yohosearch_testQQ | 306 | search.es.cluster.name = yohosearch_testQQ |
283 | search.es.servers = es.node1.yohoops.org:9300 | 307 | search.es.servers = es.node1.yohoops.org:9300 |
-
Please register or login to post a comment