Commit f3156032 authored by luhongguang's avatar luhongguang

update:去掉不需要的yaconf

parent b173804b
## 商户系统相关的yaconf配置文件
; 公共的配置内容,不区分应用及环境
[common]
\ No newline at end of file
[common]
;商户项目配置
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
;商户项目继承common + 自己的配置 + 生产环境特有有配置,此节中配置会覆盖父级的相同配置
[prod-merchant : merchant : common]
;商户项目继承common + 自己的配置 + 测试环境特有有配置,此节中配置会覆盖父级的相同配置
[perf-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
merchant.host="rs_bp_test_01.int.yidian-inc.com:27018,rs_bp_test_02.int.yidian-inc.com:27018,rs_bp_test_03.int.yidian-inc.com:27018"
merchant.uriOptions.username='rs_bp_test_rw'
merchant.uriOptions.password='uE5bLz9#GSHXzhuaAeTDqll65mM@XC'
merchant.uriOptions.replicaSet='rs_bp_test'
merchant.uriOptions.readPreference='secondaryPreferred'
merchant.uriOptions.connectTimeoutMS=500
merchant.uriOptions.socketTimeoutMS=6000
merchant.uriOptions.w=1
merchant.uriOptions.wTimeoutMS=3000
merchant.driverOptions.typeMap.root='array'
merchant.driverOptions.typeMap.document='array'
; 公共的配置内容,不区分应用及环境
[common]
[merchant : common]
; 生产环境
[prod-merchant : merchant : common]
; 预发环境
[perf-merchant : prod-merchant : merchant : common]
; 测试环境
[test-merchant : prod-merchant : merchant : common]
merchant.database_type='mysql'
merchant.database_name='merchant'
merchant.connect_timeout=10
merchant.username='bp_test_rw'
merchant.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
merchant.charset='utf8mb4'
merchant.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
merchant.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
; 公共的配置内容,不区分应用及环境
[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