1
13693261870
2022-09-16 21ddee1a38257297288b88bc6c0476ec96a5f867
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
server:
     port: 8070
# my.ip=192.168.20.106
my:
  ip: 192.168.20.106
 
redis: 
       host: 192.168.20.106
       port: 6379 
       maxIdle: 200
jedis: 
       pool:
            maxActive: 1024
            maxIdle: 200
            maxWait: 1000
            testOnBorrow: true
            testOnReturn: true        
swagger: 
      basePackage: com.terra.proxymanager.controller
      open: true
 
shellpos: 
 
# managerController 无用配置
proxydir:
 
proxyHost: http://192.168.20.106:8066