|
|
####暂时不使用,待到订单上线的时候恢复使用#########
|
|
|
#MQ
|
|
|
rabbit.mq.host=192.168.102.45
|
|
|
rabbit.mq.port=5672
|
|
|
rabbit.mq.username=yoho
|
|
|
rabbit.mq.password=yoho
|
|
|
#rabbit.mq.virtualHost=/yoho
|
|
|
|
|
|
rabbit_host=192.168.102.45:5672
|
|
|
rabbit_user=yoho
|
|
|
rabbit_password =yoho
|
|
|
|
|
|
#激活有效期(秒)
|
|
|
activeTime=3600
|
...
|
...
|
@@ -33,24 +22,13 @@ redis.proxy.port=6379 |
|
|
redis.proxy.auth=
|
|
|
redis.proxy.database=1
|
|
|
|
|
|
########## common rabbitmq ##########
|
|
|
#aws
|
|
|
rabbit_common_aws=192.168.102.22:5672
|
|
|
rabbit_common_aws_user=yoho
|
|
|
rabbit_common_aws_password=yoho
|
|
|
#qq
|
|
|
rabbit_common_qq=192.168.102.22:5672
|
|
|
rabbit_common_qq_user=yoho
|
|
|
rabbit_common_qq_password=yoho
|
|
|
##########common rabbitmq ##########
|
|
|
|
|
|
#-------------七牛云配置-------------------#
|
|
|
qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
|
|
|
qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
|
|
|
qiniu.domain = test
|
|
|
qiniu.bucket = test
|
|
|
|
|
|
zkAddress=127.0.0.1:2181
|
|
|
zkAddress=192.168.102.45:2181
|
|
|
# web context
|
|
|
web.context=union
|
|
|
|
...
|
...
|
@@ -95,11 +73,6 @@ sendSMS.password=7jVEde87bLffoTnt6tGxmw== |
|
|
|
|
|
tencentmkt.shareUrl=http://union.yoho.cn/union/tencentMkt/index.html
|
|
|
|
|
|
rabbit_message_center = 192.168.102.45:5672
|
|
|
rabbit_message_center_user = yoho
|
|
|
rabbit_message_center_password = yoho
|
|
|
rabbit_message_center_vhost = yoho
|
|
|
|
|
|
################## Import Export #####################
|
|
|
file.saveDir=E:\\Data
|
|
|
|
...
|
...
|
|