config.properties 1.49 KB
#redis
redis.proxy.address=${redis.proxy.address}
redis.proxy.port=${redis.proxy.port}
redis.proxy.auth=${redis.proxy.auth}
redis.readonly.proxy.address=${redis.readonly.proxy.address}
redis.readonly.proxy.port=${redis.readonly.proxy.port}
redis.readonly.proxy.auth=${redis.readonly.proxy.auth}

#bigData - redis servers
bigDataRedis-search.proxy.address=${bigDataRedis.proxy.address}
bigDataRedis-search.proxy.port=${bigDataRedis.proxy.port}
bigDataRedis-search.proxy.auth=${bigDataRedis.proxy.auth}

#mq
search.mq.server=${search.mq.server}
search.mq.port=${search.mq.port}
search.mq.username=${search.mq.username}
search.mq.password=${search.mq.password}
search.mq.exchange=${search.mq.exchange}
search.mq.virtualHost=${search.mq.virtualHost}

#es
search.es.cluster.name=${search.es.cluster.name}
search.es.servers=${search.es.servers}
search.index.number_of_replicas=${search.index.number_of_replicas}
search.index.refresh_interval=${search.index.refresh_interval}
search.index.translog.flush_threshold_ops=${search.index.translog.flush_threshold_ops}

#rebuild
zkAddress=${zkAddress}

#rebuild config
search.index.batch.limit=${search.index.batch.limit}
search.index.batch.limit.tbl=${search.index.batch.limit.tbl}
search.index.batch.max.thread.size=${search.index.batch.max.thread.size}


#tbl
tbl.product.private.key=a85bb0674e08986c6b115d5e3a4884fa
tbl.product.url=${tbl.product.url}

#adaptor
tpl.adaptor.valid=${tpl.adaptor.valid}
tpl.adaptor.domain=${tpl.adaptor.domain}

#web.content
web.context=search-consumer