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