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.
110 lines
2.0 KiB
110 lines
2.0 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://ms-excel:7013
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://ms-websocket-ocpp:7022
|
|
|
|
|
|
openapi:
|
|
ribbon:
|
|
listOfServers: http://ms-openapi:7016
|
|
|
|
orderapi:
|
|
ribbon:
|
|
listOfServers: http://ms-task:7021
|
|
|
|
|
|
stationapi:
|
|
ribbon:
|
|
listOfServers: http://ms-station:7020
|
|
|
|
taskapi:
|
|
ribbon:
|
|
listOfServers: http://ms-task:7021
|
|
|
|
userapi:
|
|
ribbon:
|
|
listOfServers: http://ms-task:7022
|
|
|
|
walletapi:
|
|
ribbon:
|
|
listOfServers: http://ms-wallet:7023
|
|
|
|
mgrapi:
|
|
ribbon:
|
|
listOfServers: http://ms-saas-mgr:7026
|
|
|
|
#websocketocppapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:30725
|
|
|
|
noticeapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30745
|
|
|
|
#protocolshenghongapi:
|
|
# ribbon:
|
|
# listOfServers: http://i100c.3322.org:31766
|
|
|
|
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
|
|
|
|
|