Commit c2274eaf authored by 万继龙's avatar 万继龙

Merge branch 'feature_sxh' into 'master'

add:创建账户配置

See merge request bp/yaconf!71
parents 7a969c63 a12de69d
...@@ -10,8 +10,15 @@ ...@@ -10,8 +10,15 @@
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境) ;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common] [merchant : common]
[prod-merchant : 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] [perf-merchant : prod-merchant : merchant : common]
[test-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] [dev-merchant : test-merchant : prod-merchant : merchant : common]
;触达项目 ;触达项目
...@@ -77,4 +84,15 @@ goods.publish.topic='bp_str_jielong_goods_publish_dev' ...@@ -77,4 +84,15 @@ goods.publish.topic='bp_str_jielong_goods_publish_dev'
[prod-wallet : wallet : common] [prod-wallet : wallet : common]
[perf-wallet : wallet : common] [perf-wallet : wallet : common]
[test-wallet : wallet : common] [test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common] [dev-wallet : test-wallet : wallet : common]
\ No newline at end of file
;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'
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