You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.4 KiB
70 lines
1.4 KiB
spring:
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/ycharge?useUnicode=true&characterEncoding=UTF-8
|
|
username: ycharge
|
|
password: ycharge
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
stat-view-servlet:
|
|
allow: true
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
filters: stat
|
|
maxActive: 20
|
|
|
|
data:
|
|
mongodb:
|
|
host: 10.10.14.210
|
|
port: 27017
|
|
database: ycharge
|
|
username: ycharge
|
|
password: ycharge
|
|
|
|
redis:
|
|
host: 10.10.14.210
|
|
port: 6379
|
|
password: ylt#redis
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
# 这里写有什么意义呢?
|
|
openapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:31301
|
|
|
|
distributeapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:31636
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:32134
|
|
|
|
orderbkapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:32202
|
|
|
|
orderapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30258
|
|
|
|
userapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:32150
|
|
|
|
|
|
|
|
hlht: false
|
|
|
|
aliyun:
|
|
mq:
|
|
accessKey: LTAI4G3v2pxUaSTbuiHH2FCy
|
|
secretKey: PMXAuT3fiknhtM3YlR59SfW9BFXu62
|
|
namesrvAddr: http://MQ_INST_1003084411458690_Bcazi6ow.mq-internet-access.mq-internet.aliyuncs.com:80
|
|
|
|
open:
|
|
api: false
|
|
|