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.
109 lines
2.1 KiB
109 lines
2.1 KiB
spring:
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/yltcharge?useUnicode=true&useSSL=false&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:
|
|
database: 0
|
|
host: 10.10.14.210
|
|
port: 6379
|
|
password: ylt#redis
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
# 目前理解没有用,不应该写在这里
|
|
#orderbkapi:
|
|
# ribbon:
|
|
# listOfServers: http://ms-admin:7011
|
|
#
|
|
#distributeapi:
|
|
# ribbon:
|
|
# listOfServers: http://ms-admin:7011
|
|
#
|
|
#excelapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30326
|
|
#
|
|
#financeapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:32134
|
|
#
|
|
#noticeapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30745
|
|
#
|
|
#openapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:31301
|
|
#
|
|
#orderapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30258
|
|
#
|
|
#protocolshenghongapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:31766
|
|
#
|
|
#stationapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30836
|
|
#
|
|
#taskapi:
|
|
# ribbon:
|
|
# listOfServers: http://localhost:7021
|
|
#
|
|
#userapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:32150
|
|
#
|
|
#walletapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30723
|
|
#
|
|
#websocketocppapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30725
|
|
#
|
|
#mgrapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30115
|
|
|
|
logging:
|
|
level:
|
|
com.icharge.order.dao : debug
|
|
|
|
|
|
oss:
|
|
aliyun:
|
|
imageUrl: https://ylt.oss-cn-hangzhou.aliyuncs.com/
|
|
endpoint: https://oss-cn-hangzhou.aliyuncs.com/
|
|
accessKeyId: LTAI4GEvBgNtgQQ5sJ6cEoQR
|
|
accessKeySecret: 3MAlB5zuC8gCU0AYKGOJOE3Dbg6qdL
|
|
bucketName: ylt
|
|
|
|
operator:
|
|
#value: yx
|
|
value: ylt
|
|
|
|
|