|
|
#debug_enable
|
|
|
is_debug_enable=false
|
|
|
|
|
|
#redis servers
|
|
|
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}
|
|
|
|
|
|
#redis notsync
|
|
|
redis.notsync.twemproxy.addresses=${redis.notsync.twemproxy.addresses}
|
|
|
redis.notsync.twemproxy.auth=${redis.notsync.twemproxy.auth}
|
|
|
|
|
|
#redis push
|
|
|
redis.push.address=${redis.push.address}
|
|
|
redis.push.port = ${redis.push.port}
|
|
|
redis.push.auth= ${redis.push.auth}
|
|
|
|
|
|
#redis pool
|
|
|
redis.pool.maxTotal=${redis.pool.maxTotal}
|
|
|
redis.pool.maxIdle=${redis.pool.maxIdle}
|
|
|
redis.pool.minIdle=${redis.pool.minIdle}
|
|
|
redis.pool.maxWaitMillis=${redis.pool.maxWaitMillis}
|
|
|
|
|
|
#cacheclean rabbit
|
|
|
rabbit.cacheclean.producer.host=${rabbit.cacheclean.producer.host}
|
|
|
rabbit.cacheclean.consumer.host=${rabbit.cacheclean.consumer.host}
|
|
|
|
|
|
#message_center_rabbit_mq_config
|
|
|
rabbit_host=${rabbit_message_center}
|
|
|
rabbit_user=${rabbit_message_center_user}
|
|
|
rabbit_password =${rabbit_message_center_password}
|
|
|
rabbit_vhost=${rabbit_message_center_vhost}
|
|
|
|
|
|
#AES_KEY
|
|
|
aesKey=${aesKey}
|
...
|
...
|
|