Authored by unknown

Update: 增加测试环境配置

... ... @@ -96,6 +96,9 @@ wechart.retry.scheduler=0 0 2 * * ?
#清理短信发送记录
sms.clean.scheduler=0 0 2 * * ?
#通联状态报告和黑名单获取
tonglian.scheduler=0 2/3 * * * ?
#大数据
jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
jdbc.mysql.bigdataunion.username=root
... ...
... ... @@ -420,6 +420,11 @@ rabbit_uic=rabbitmq-common.yohoops.org:5672
rabbit_uic_name=yoho
rabbit_uic_password=yoho
rabbit_crm_host = rabbitmq-common.yohoops.org:5672
rabbit_crm_user = yoho
rabbit_crm_password = yoho
rabbit_crm_vhost = yoho
#cache clear rabbitmq
rabbit.cacheclean.producer.host = rabbitmq-common-qq.yohoops.org:5672
... ...
... ... @@ -92,6 +92,11 @@ wechart.retry.scheduler=0 0 2 * * ?
#清理短信发送记录
sms.clean.scheduler=0 0 2 * * ?
#通联状态报告和黑名单获取
tonglian.scheduler=0 2/3 * * * ?
bigdata.synGroup.scheduler=0 0 2 * * ?
#大数据
jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
jdbc.mysql.bigdataunion.username=root
... ...