Commit dafaf7cc authored by songxiaohang's avatar songxiaohang

add:创建账户配置

parent 7a969c63
......@@ -10,8 +10,15 @@
;商户项目继承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]
;触达项目
......
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