Authored by Gino Zhang

去除重复的配置参数

... ... @@ -5,12 +5,12 @@ redis.proxy.auth=
redis.readonly.proxy.address=192.168.102.222
redis.readonly.proxy.port=6379
redis.readonly.proxy.auth=
bigDataRedis-search.proxy.address=192.168.102.222
#big data redis
bigDataRedis-search.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis-search.proxy.port=6379
bigDataRedis-search.proxy.auth=
#mq
search.mq.server=192.168.102.224
search.mq.port=5672
... ... @@ -40,11 +40,6 @@ build.productindex.use.code=true
#build storageskuIndex
build.storageskuindex.use.code=true
#big data redis
bigDataRedis-search.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis-search.proxy.port=6379
bigDataRedis-search.proxy.auth=
#tbl
tbl.product.private.key=a85bb0674e08986c6b115d5e3a4884fa
tbl.product.url=http://test.soa.global.yohobuy.com/product/api/v1/detail/
... ...