|
@ -96,242 +96,3 @@ security:
|
|
|
logging:
|
|
|
level:
|
|
|
root: INFO
|
|
|
|
|
|
redis:
|
|
|
quota:
|
|
|
current:
|
|
|
expire: 24 #实时统计redis 的过期时间 默认是2小时
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
|
|
|
datasource:
|
|
|
# primaryReadWrite:
|
|
|
# url: jdbc:mysql://172.19.103.85/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
# primaryRead:
|
|
|
# url: jdbc:mysql://172.19.103.85/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
# im: #im库
|
|
|
# url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
|
|
|
followupMessage:
|
|
|
cron : 0 5 0 * * ?
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.17.110.160/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
|
|
|
systemConfig:
|
|
|
msg_push_server: http://127.0.0.1:3000
|
|
|
|
|
|
es:
|
|
|
index: wlyy_quota_test
|
|
|
type: wlyy_quota_test
|
|
|
host: 172.19.103.68
|
|
|
port: 9200
|
|
|
tPort: 9300
|
|
|
clusterName: jkzl
|
|
|
|
|
|
wlyy:
|
|
|
im:
|
|
|
databaseName: im_new
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_cwd
|
|
|
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://59.61.92.94:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://59.61.92.94:8883/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
im: #im库:
|
|
|
url: jdbc:mysql://59.61.92.94/im?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: im
|
|
|
password: im!)123
|
|
|
|
|
|
redis:
|
|
|
host: 120.41.253.95 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: jkzl_ehr
|
|
|
|
|
|
followupMessage:
|
|
|
cron : 0 5 0 * * ?
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://59.61.92.94:8883/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
|
|
|
systemConfig:
|
|
|
msg_push_server: http://127.0.0.1:3000
|
|
|
|
|
|
|
|
|
es:
|
|
|
host: 192.168.1.1
|
|
|
|
|
|
|
|
|
wlyy:
|
|
|
im:
|
|
|
databaseName: im
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_prod
|
|
|
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
|
|
|
profiles: dev
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite: #只读库 主库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
primaryRead: #只读库 从库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
|
|
|
followupMessage:
|
|
|
cron : 0 5 0 * * ?
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
systemConfig:
|
|
|
msg_push_server: http://172.19.103.76:3000
|
|
|
|
|
|
es:
|
|
|
index: wlyy_quota_dev
|
|
|
type: wlyy_quota_dev
|
|
|
host: 172.19.103.68
|
|
|
port: 9200
|
|
|
tPort: 9300
|
|
|
clusterName: jkzl
|
|
|
|
|
|
|
|
|
wlyy:
|
|
|
im:
|
|
|
databaseName: im_new
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_dev
|
|
|
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
|
|
|
profiles: local
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite: #只读库 主库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
primaryRead: #只读库 从库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
|
|
|
followupMessage:
|
|
|
cron : 0 5 0 * * ?
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
systemConfig:
|
|
|
msg_push_server: http://172.19.103.76:3000
|
|
|
|
|
|
es:
|
|
|
index: wlyy_quota_local
|
|
|
type: wlyy_quota_local
|
|
|
host: 172.19.103.68
|
|
|
port: 9200
|
|
|
tPort: 9300
|
|
|
clusterName: jkzl
|
|
|
|
|
|
|
|
|
wlyy:
|
|
|
im:
|
|
|
databaseName: im_new
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_local
|