|
@ -266,40 +266,3 @@ wlyy:
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_dev
|
|
|
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
|
|
|
profiles: lxx
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite: #只读库 主库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
primaryRead: #只读库 从库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/ichat?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
|