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.
82 lines
2.0 KiB
82 lines
2.0 KiB
12 months ago
|
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: 127.0.0.1:7020
|
||
|
|
||
|
orderapi:
|
||
|
ribbon:
|
||
|
#listOfServers: http://i100c.3322.org:30717
|
||
|
listOfServers: 127.0.0.1:7017
|
||
|
|
||
|
userapi:
|
||
|
ribbon:
|
||
|
#listOfServers: http://i100c.3322.org:30722
|
||
|
listOfServers: 127.0.0.1:7022
|
||
|
|
||
|
financeapi:
|
||
|
ribbon:
|
||
|
listOfServers: http://i100c.3322.org:30714
|
||
|
|
||
|
|
||
|
protocol_servers:
|
||
|
name: server
|
||
|
list:
|
||
|
- serverID: 1
|
||
|
serverName: shengHongServer-4.5
|
||
|
serverType: 1
|
||
|
trackPacket: false
|
||
|
maxClient: 20000
|
||
|
timeout: 60
|
||
|
decoder: com.charge.protocol.netty.decoder.TransDecoder
|
||
|
initPlugin: com.charge.protocol.netty.v45.plug.PlugV45
|
||
|
logger: shenghongcommunicate
|
||
|
focusLogger: focuson
|
||
|
port: 7040
|
||
|
filter:
|
||
|
UnsessionCommand: 102,106,204,206
|
||
|
MostActiveCmd: 202,204,206
|
||
|
ExpiredCommand:
|
||
|
TrackedCommand:
|
||
|
FocusOn: false
|
||
|
FocusPiles:
|
||
|
- serverID: 2
|
||
|
serverName: shengHongServer-4.9
|
||
|
serverType: 2
|
||
|
trackPacket: false
|
||
|
maxClient: 20000
|
||
|
timeout: 60
|
||
|
decoder: com.charge.protocol.netty.decoder.TransDecoder
|
||
|
initPlugin: com.charge.protocol.netty.v49.plug.PlugV49
|
||
|
logger: shenghongcommunicate
|
||
|
focusLogger: focuson
|
||
|
port: 7041
|
||
|
filter:
|
||
|
UnsessionCommand: 102,106,204,206
|
||
|
MostActiveCmd: 202,204,206
|
||
|
ExpiredCommand:
|
||
|
TrackedCommand:
|
||
|
FocusOn: false
|
||
|
FocusPiles:
|