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.
81 lines
2.0 KiB
81 lines
2.0 KiB
spring:
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/ycharge?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: icharge
|
|
password: icharge
|
|
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
|
|
|
|
|
|
stationapi:
|
|
ribbon:
|
|
#listOfServers: http://i100c.3322.org:30720
|
|
listOfServers: 192.168.1.115:7020
|
|
|
|
orderapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30717
|
|
#listOfServers: 192.168.2.192:7017
|
|
|
|
userapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30722
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30714
|
|
|
|
|
|
protocol_servers:
|
|
name: server
|
|
list:
|
|
- serverID: 1
|
|
serverName: batteryServer-1.1
|
|
serverType: 1
|
|
trackPacket: false
|
|
maxClient: 20000
|
|
timeout: 60
|
|
decoder: com.charge.protocol.common.msg.kstar.decoder.KStarV1TransDecoder
|
|
initPlugin: com.charge.kstar.netty.v1.plug.KStarV1Plug
|
|
logger: BATTERY_LOG
|
|
focusLogger: focuson
|
|
port: 5701
|
|
filter:
|
|
UnsessionCommand: 0x02,0x01,0x20,0x14,0X06,0X07,0XA0,0X41,0X10
|
|
MostActiveCmd: 202,204,206
|
|
ExpiredCommand:
|
|
TrackedCommand:
|
|
FocusOn: false
|
|
FocusPiles:
|
|
- serverID: 2
|
|
serverName: batteryServer-2.1
|
|
serverType: 2
|
|
trackPacket: false
|
|
maxClient: 20000
|
|
timeout: 60
|
|
decoder: com.charge.protocol.common.msg.kstar.decoder.KStarV2TransDecoder
|
|
initPlugin: com.charge.kstar.netty.v2.plug.KStarV2Plug
|
|
logger: BATTERY_LOG
|
|
focusLogger: focuson
|
|
port: 5702
|
|
filter:
|
|
UnsessionCommand: 0x02,0x01,0x20,0x14,0X06,0X07,0XA0,0X41,0X10
|
|
MostActiveCmd: 202,204,206
|
|
ExpiredCommand:
|
|
TrackedCommand:
|
|
FocusOn: false
|
|
FocusPiles:
|