Commit bdfcc7f7 authored by 顾文旭's avatar 顾文旭

mongo

parent 19992d84
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
;商户项目继承common + 自己的配置 + 生产环境特有有配置,此节中配置会覆盖父级的相同配置 ;商户项目继承common + 自己的配置 + 生产环境特有有配置,此节中配置会覆盖父级的相同配置
[prod-gateway : gateway : common] [prod-gateway : gateway : common]
gateway.host="rs_bp_merchant_01.int.yidian-inc.com:27017,rs_bp_merchant_02.int.yidian-inc.com:27017,rs_bp_merchant_03.int.yidian-inc.com:27017"
gateway.host="10.9.77.200:27017,10.9.83.100:27017,10.9.88.111:27017"
gateway.uriOptions.username='rs_merchant_rw' gateway.uriOptions.username='rs_merchant_rw'
gateway.uriOptions.password='w#JR9tQOVud$jh43V7v#B9Bd#kD4w%' gateway.uriOptions.password='w#JR9tQOVud$jh43V7v#B9Bd#kD4w%'
gateway.uriOptions.replicaSet='rs_bp' gateway.uriOptions.replicaSet='rs_bp'
...@@ -20,7 +21,7 @@ gateway.driverOptions.typeMap.root='array' ...@@ -20,7 +21,7 @@ gateway.driverOptions.typeMap.root='array'
gateway.driverOptions.typeMap.document='array' gateway.driverOptions.typeMap.document='array'
xhprof.host="rs_bp_merchant_01.int.yidian-inc.com:27017,rs_bp_merchant_02.int.yidian-inc.com:27017,rs_bp_merchant_03.int.yidian-inc.com:27017" xhprof.host="10.9.77.200:27017,10.9.83.100:27017,10.9.88.111:27017"
xhprof.uriOptions.username='rs_merchant_rw' xhprof.uriOptions.username='rs_merchant_rw'
xhprof.uriOptions.password='w#JR9tQOVud$jh43V7v#B9Bd#kD4w%' xhprof.uriOptions.password='w#JR9tQOVud$jh43V7v#B9Bd#kD4w%'
xhprof.uriOptions.replicaSet='rs_bp' xhprof.uriOptions.replicaSet='rs_bp'
......
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