Showing
1 changed file
with
24 additions
and
2 deletions
@@ -8,7 +8,7 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut | @@ -8,7 +8,7 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut | ||
8 | 8 | ||
9 | bigData.url = http://bigdata-crm.yohops.com:8070/bigdata/crm/ | 9 | bigData.url = http://bigdata-crm.yohops.com:8070/bigdata/crm/ |
10 | 10 | ||
11 | -crm.send.notice = true | 11 | +crm.send.notice = false |
12 | 12 | ||
13 | platform.host=http://192.168.102.202:8088/platform | 13 | platform.host=http://192.168.102.202:8088/platform |
14 | rabbit_common = 192.168.102.211:5672 | 14 | rabbit_common = 192.168.102.211:5672 |
@@ -74,4 +74,26 @@ birthday.coupon.groupid=12 | @@ -74,4 +74,26 @@ birthday.coupon.groupid=12 | ||
74 | #生日券短信模板ID | 74 | #生日券短信模板ID |
75 | birthday.coupon.sms.templateid=2 | 75 | birthday.coupon.sms.templateid=2 |
76 | 76 | ||
77 | -browse.service.url=http://192.168.103.74:8092/brower/ | ||
77 | +browse.service.url=http://192.168.103.74:8092/brower/ | ||
78 | + | ||
79 | +# ******************** 定时器时间配置 ******************** | ||
80 | + | ||
81 | +#玄武状态报告和黑名单获取 | ||
82 | +xuanwu.scheduler=0 1/3 * * * ? | ||
83 | + | ||
84 | +#梦网状态报告和黑名单获取 | ||
85 | +mengwang.scheduler=0/10 * * * * ? | ||
86 | + | ||
87 | +#同步微信公众号的任务 | ||
88 | +wechart.scheduler=0 0 0 * * ? | ||
89 | + | ||
90 | +#微信公众号的任务错误重新尝试 | ||
91 | +wechart.retry.scheduler=0 0 2 * * ? | ||
92 | + | ||
93 | +#清理短信发送记录 | ||
94 | +sms.clean.scheduler=0 0 2 * * ? | ||
95 | + | ||
96 | +#大数据 | ||
97 | +jdbc.mysql.bigdataunion.slave=118.89.235.30:3306 | ||
98 | +jdbc.mysql.bigdataunion.username=root | ||
99 | +jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg== |
-
Please register or login to post a comment