Authored by chunhua.zhang

commit autoconfig.

... ... @@ -7,3 +7,147 @@ jdbc.mysql.readonlyinslave = true
yohobuy.crm.env.namespace = crm
yohobuy.crm.env.serverport = 3
yohobuy.crm.env.webapphome = /home/test/yohobuy-crm/deploy
bigData.url=http://123.207.166.124:8080/bigdata/crm/
search.url=192.168.102.216:8080
qiniu.domain=http://7xnrdp.com1.z0.glb.clouddn.com
qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
qiniu.bucket=test
#AES_KEY
aesKey=yoho96461qaz2wsx
#SMS_URL
sms.url=http://211.147.239.62:9050/cgi-bin/sendsms
sms.name=yohoyx@yohoyx
sms.pwd=EH+iuWSAfINJYwSdPgVqhA==
sms.reprot.flag=false
#FTP
ftp.ip=123.206.26.127
ftp.port=21
ftp.userName=ftpuser
ftp.pwd=ok83sQlrvHfw8OBMz6xlRA==
rabbit_crm_host=rabbitmq-common.yohoops.org:5672
rabbit_crm_user=yoho
rabbit_crm_password=yoho
rabbit_crm_vhost = yoho
rabbit_crm_concurrent = 10
rabbit_crm_prefetch = 10
rabbit_qq_host=192.168.102.22:5672
rabbit_qq_user=yoho
rabbit_qq_password=yoho
rabbit_qq_vhost=yoho
rabbit_common_host=192.168.102.22:5672
rabbit_common_user=yoho
rabbit_common_password=yoho
rabbit_common_vhost=yoho
redis.crm.notsync.twemproxy.addresses=192.168.102.211:6379
crm.send.notice=false
#alarm_mobile
alarm.mobile=18994021292
#分组同步短信告警
usergroup.alarm.mobile=11111
yohobuyServiceAccessTokenGetUrl=http://127.0.0.1:8082/wechat/?method=wechat.token.get
wechat.host.name=https://api.weixin.qq.com
wechat.user.info=/cgi-bin/user/info
wechat.user.get=/cgi-bin/user/get
wechat.access.yohobuyService.appid=wx75e5a7c0c88e45c2
wechat.access.yohobuyService.secret=ce21ae4a3f93852279175a167e54509b
wechat.access.yohobuySubscribe.appid=wx96121aa89f31c5ea
wechat.access.yohobuySubscribe.secret=7669da1a8842ed1df4c5e1b53868f3ca
wechat.access.mars.appid=wx9d0d7dfed5bbaa8b
wechat.access.mars.secret=9f7b00cd2a1d65301352d2783f6eec61
wechat.access.yohonowTrend.appid=wx1fe49f08f41b6c26
wechat.access.yohonowTrend.secret=5670f62abcebcd8d321615b46bd19ef4
wechat.access.yohonowGirl.appid=wxb52ec6a352f0b090
wechat.access.yohonowGirl.secret=9fe6bedb0b7f30986a168c7fc44f34c0
birthday.coupon.groupid=12
birthday.coupon.sms.templateid=2
aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k=
aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58=
platform.host=http://192.168.102.74:8088/platform
platform.gray.host = http://192.168.102.74:8088/platform
platform.coupon.userId=10964
platform.coupon.userName=crm
browse.service.url=http://192.168.102.27:8092/brower/
# ******************** 定时器时间配置 ********************
#玄武状态报告和黑名单获取
xuanwu.scheduler=0 1/3 * * * ?
#梦网状态报告和黑名单获取
mengwang.scheduler=0/10 * * * * ?
#同步微信公众号的任务
wechart.scheduler=0 0 0 * * ?
#微信公众号的任务错误重新尝试
wechart.retry.scheduler=0 0 2 * * ?
#清理短信发送记录
sms.clean.scheduler=0 0 2 * * ?
#通联状态报告和黑名单获取
tonglian.scheduler=0 2/3 * * * ?
wuxi.scheduler=0 3/3 * * * ?
bigdata.synGroup.scheduler = 0 0 10 * * ?
#大数据
jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
jdbc.mysql.bigdataunion.username=root
jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg==
#Mars接口域名
mars.host=http://mars-test.yohops.com:9999/
is.master.node=false
#postgre db 相关配置
pgdataUrl = jdbc:postgresql://localhost:5432/postgres
pgdataUserName = yoho
pgdataPassword = yoho
#消息中心接口IP
push.center.host=http://192.168.103.61:8087/yoho-message-controller
#延展系统调用url
extend.host=http://192.168.102.27:8094/extendstore
#前台gateway接口域名
gateway.domain.url=http://127.0.0.1:8080/gateway
#过滤高购买率的阈值
purchase.rate.threshold=0.8
#20点前激活未注册的push模板
unregister20.push.templateId=48
#11点前激活未注册的push模板
unregister11.push.templateId=50
yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8
yoho.quartz.datasource.username=yh_test
yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
... ...