Commit 88b5205c authored by jianghaiming's avatar jianghaiming

update:修改

parent ec4d22d5
......@@ -59,6 +59,8 @@ merchant.enterprise.get_account_role_list = "merchant.test.yidian-inc.com/auth
merchant.enterprise.send_mobile_code = "merchant.test.yidian-inc.com/auth/enterprise/send_mobile_code"
merchant.enterprise.check_mobile_code = "merchant.test.yidian-inc.com/auth/enterprise/check_mobile_code"
merchant.enterprise.change_role = "merchant.test.yidian-inc.com/auth/enterprise/change_role"
merchant.enterprise.delete_life_user = "merchant.test.yidian-inc.com/auth/enterprise/delete_life_user"
merchant.enterprise.send_code = "merchant.test.yidian-inc.com/auth/verify/send_code"
......
......@@ -3,22 +3,27 @@
;商户项目配置
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
[gateway : common]
;商户项目继承common + 自己的配置 + 生产环境特有有配置,此节中配置会覆盖父级的相同配置
[prod-merchant : merchant : common]
[prod-gateway : gateway : 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'
[perf-gateway : prod-gateway : gateway : common]
[test-gateway : prod-gateway : gateway : common]
gateway.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"
gateway.uriOptions.username='rs_bp_test_rw'
gateway.uriOptions.password='uE5bLz9#GSHXzhuaAeTDqll65mM@XC'
gateway.uriOptions.replicaSet='rs_bp_test'
gateway.uriOptions.readPreference='secondaryPreferred'
gateway.uriOptions.connectTimeoutMS=500
gateway.uriOptions.socketTimeoutMS=6000
gateway.uriOptions.w=1
gateway.uriOptions.wTimeoutMS=3000
gateway.driverOptions.typeMap.root='array'
gateway.driverOptions.typeMap.document='array'
[dev-gateway : test-gateway : prod-gateway : gateway : 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