Commit 9af8f42f authored by cuiweifeng's avatar cuiweifeng

update:mongo.ini

parent aec5d33b
商户系统相关的yaconf配置文件
\ No newline at end of file
## 商户系统相关的yaconf配置文件
[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'
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