Update global-autoconfig.properties
Showing
1 changed file
with
14 additions
and
0 deletions
@@ -254,6 +254,20 @@ search.index.number_of_replicas = 1 | @@ -254,6 +254,20 @@ search.index.number_of_replicas = 1 | ||
254 | search.index.refresh_interval = 10s | 254 | search.index.refresh_interval = 10s |
255 | search.index.translog.flush_threshold_ops = 5000 | 255 | search.index.translog.flush_threshold_ops = 5000 |
256 | 256 | ||
257 | + | ||
258 | + | ||
259 | +#yhb_promotion_split db split | ||
260 | +jdbc.mysql.yhbpromotionsplit.master=192.168.102.202:8066 | ||
261 | +jdbc.mysql.yhbpromotionsplit.slave=192.168.102.202:8066 | ||
262 | +jdbc.mysql.yhbpromotionsplit.slave2=192.168.102.202:8066 | ||
263 | +jdbc.mysql.yhbpromotionsplit.slave3=192.168.102.202:8066 | ||
264 | +jdbc.mysql.yhbpromotionsplit.username=yh_test | ||
265 | +jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw== | ||
266 | +jdbc.mysql.yhbpromotionsplit.slave2=192.168.102.202:8066 | ||
267 | +jdbc.mysql.yhbpromotionsplit.slave3=192.168.102.202:8066 | ||
268 | + | ||
269 | + | ||
270 | + | ||
257 | # search-mq | 271 | # search-mq |
258 | search.mq.server = 192.168.102.224 | 272 | search.mq.server = 192.168.102.224 |
259 | search.mq.port = 5672 | 273 | search.mq.port = 5672 |
-
Please register or login to post a comment