Commit 8314ee0f authored by 顾文旭's avatar 顾文旭

备份

parent 17fcb7da
[common]
[gateway : common]
[prod-gateway : gateway : common]
[perf-gateway : gateway : common]
[test-gateway : gateway : common]
[dev-gateway : test-gateway : gateway : common]
;商户项目配置
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
[prod-merchant : merchant : common]
account.broker_list='l-kafka-outer1.ops.hj1.yidian-inc.com:9092,l-kafka-outer2.ops.hj1.yidian-inc.com:9092,l-kafka-outer3.ops.hj1.yidian-inc.com:9092,l-kafka-outer4.ops.hj1.yidian-inc.com:9092,l-kafka-outer5.ops.hj1.yidian-inc.com:9092'
account.topic='bp_create_account_prod'
[perf-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
account.broker_list='l-kafka-test-env1.ops.hj1.yidian-inc.com:9092'
account.topic='bp_create_account_test'
[dev-merchant : test-merchant : prod-merchant : merchant : common]
;触达项目
[interaction : common]
[prod-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_prod'
push.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
push.topic='opmg_touch_center'
[perf-interaction : prod-interaction : interaction : common]
[test-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_test'
push.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
push.topic='opmg_touch_center_test'
[dev-interaction : test-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_dev'
push.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
push.topic='opmg_touch_center_test'
;商品项目
[goods : common]
[prod-goods : goods : common]
goods.publish.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic='bp_str_jielong_goods_publish_prod'
[perf-goods : prod-goods : goods : common]
[test-goods : goods : common]
goods.publish.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic='bp_str_jielong_goods_publish_test'
[dev-goods : test-goods : goods : common]
goods.publish.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic='bp_str_jielong_goods_publish_dev'
;订单项目
[order : common]
[prod-order : order : common]
[perf-order : order : common]
[test-order : order : common]
[dev-order : test-order : order : common]
;优惠券项目
[coupon : common]
[prod-coupon : coupon : common]
[perf-order : coupon : common]
[test-order : coupon : common]
[dev-coupon : test-coupon : coupon : common]
;钱包项目
[wallet : common]
[prod-wallet : wallet : common]
[perf-wallet : wallet : common]
[test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
;account项目
[account : common]
[prod-account : account : common]
account.broker_list='l-kafka-outer1.ops.hj1.yidian-inc.com:9092,l-kafka-outer2.ops.hj1.yidian-inc.com:9092,l-kafka-outer3.ops.hj1.yidian-inc.com:9092,l-kafka-outer4.ops.hj1.yidian-inc.com:9092,l-kafka-outer5.ops.hj1.yidian-inc.com:9092'
account.topic='bp_create_account_prod'
[perf-account : prod-account : account : common]
[test-account : account : common]
account.broker_list='l-kafka-test-env1.ops.hj1.yidian-inc.com:9092,l-kafka-test-env2.ops.hj1.yidian-inc.com:9092,l-kafka-test-env3.ops.hj1.yidian-inc.com:9092'
account.topic='bp_create_account_test'
[dev-account : test-account : account : common]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment