|
@ -7,7 +7,7 @@ swagger:
|
|
|
password: jkzl
|
|
|
spring:
|
|
|
application:
|
|
|
name: quota-es
|
|
|
name: svr-statistics-es
|
|
|
boot:
|
|
|
admin:
|
|
|
url: http://localhost:8082
|
|
@ -688,3 +688,78 @@ hibernate:
|
|
|
show_sql: true
|
|
|
ejb:
|
|
|
naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: mlwTest
|
|
|
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://172.26.0.114:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://172.26.0.114:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.26.0.114:3306/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
# 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.26.0.253 # Redis server host.
|
|
|
port: 6390 # Redis server port.
|
|
|
password: Kb6wKDQP1W4
|
|
|
|
|
|
followupMessage:
|
|
|
cron : 0 5 0 * * ?
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.cj.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:
|
|
|
pwflag: 1 # 1需要密码,0不需要密码
|
|
|
index: hlw_quota_test
|
|
|
type: hlw_quota_test
|
|
|
host: http://172.26.0.55:9000
|
|
|
tHost: 172.26.0.55:9300
|
|
|
clusterName: jkzl
|
|
|
securityUser: lion:jkzlehr
|
|
|
user: lion
|
|
|
password: jkzlehr
|
|
|
|
|
|
wlyy:
|
|
|
im:
|
|
|
databaseName: im_new
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_cwd
|
|
|
|
|
|
hibernate:
|
|
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
|
|
show_sql: true
|
|
|
ejb:
|
|
|
naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy
|