Update global-autoconfig.properties
Showing
1 changed file
with
7 additions
and
7 deletions
@@ -369,31 +369,31 @@ APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e | @@ -369,31 +369,31 @@ APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e | ||
369 | UUC_DOMAIN = http://passport.test.yoho.cn | 369 | UUC_DOMAIN = http://passport.test.yoho.cn |
370 | 370 | ||
371 | #### rabbit config #### | 371 | #### rabbit config #### |
372 | -rabbit_host = 192.168.102.211:5672 | 372 | +rabbit_host = 192.168.103.58:5672 |
373 | rabbit_user = yoho | 373 | rabbit_user = yoho |
374 | rabbit_password = yoho | 374 | rabbit_password = yoho |
375 | 375 | ||
376 | ########## common rabbitmq ########## | 376 | ########## common rabbitmq ########## |
377 | #aws | 377 | #aws |
378 | -rabbit_common_aws = 192.168.102.211:5672 | 378 | +rabbit_common_aws = 192.168.103.58:5672 |
379 | rabbit_common_aws_user = yoho | 379 | rabbit_common_aws_user = yoho |
380 | rabbit_common_aws_password = yoho | 380 | rabbit_common_aws_password = yoho |
381 | 381 | ||
382 | 382 | ||
383 | -rabbit_common_qq = 192.168.102.211:5672 | 383 | +rabbit_common_qq = 192.168.103.58:5672 |
384 | rabbit_common_qq_user = yoho | 384 | rabbit_common_qq_user = yoho |
385 | rabbit_common_qq_password = yoho | 385 | rabbit_common_qq_password = yoho |
386 | 386 | ||
387 | # local, maybe producer using this. | 387 | # local, maybe producer using this. |
388 | -rabbit_common = 192.168.102.211:5672 | 388 | +rabbit_common = 192.168.103.58:5672 |
389 | rabbit_common_user = yoho | 389 | rabbit_common_user = yoho |
390 | rabbit_common_password = yoho | 390 | rabbit_common_password = yoho |
391 | ##########common rabbitmq ########## | 391 | ##########common rabbitmq ########## |
392 | 392 | ||
393 | 393 | ||
394 | #cache clear rabbitmq | 394 | #cache clear rabbitmq |
395 | -rabbit.cacheclean.producer.host = 192.168.102.211:5672 | ||
396 | -rabbit.cacheclean.consumer.host = 192.168.102.211:5672 | 395 | +rabbit.cacheclean.producer.host = 192.168.103.58:5672 |
396 | +rabbit.cacheclean.consumer.host = 192.168.103.58:5672 | ||
397 | 397 | ||
398 | ## mq or call erp | 398 | ## mq or call erp |
399 | erp.message.sync.type=MQ | 399 | erp.message.sync.type=MQ |
@@ -409,7 +409,7 @@ crf.service.url=https://osprec-ci.crfchina.com | @@ -409,7 +409,7 @@ crf.service.url=https://osprec-ci.crfchina.com | ||
409 | default.http.type = http | 409 | default.http.type = http |
410 | 410 | ||
411 | #message-center rabbitmq | 411 | #message-center rabbitmq |
412 | -rabbit_message_center = 192.168.102.211:5672 | 412 | +rabbit_message_center = 192.168.103.58:5672 |
413 | rabbit_message_center_user = yoho | 413 | rabbit_message_center_user = yoho |
414 | rabbit_message_center_password = yoho | 414 | rabbit_message_center_password = yoho |
415 | rabbit_message_center_vhost = yoho | 415 | rabbit_message_center_vhost = yoho |
-
Please register or login to post a comment