作者 王志平

修改测试环境总配置

@@ -5,27 +5,32 @@ jasypt: @@ -5,27 +5,32 @@ jasypt:
5 # redis 相关 5 # redis 相关
6 spring: 6 spring:
7 redis: 7 redis:
8 - host: trobsqa.aukeyit.com  
9 - port: 6379 8 + database: 5
  9 + host: redis02.aukeyit.com
  10 + port: 6378
10 password: 11 password:
11 - database: 13  
12 - rabbitmq:  
13 - host: 10.1.1.60  
14 - port: 5672  
15 - username: aukeyit  
16 - password: Aukey@2018 12 + pool:
  13 + max-active: 200
  14 + max-wait: -1
  15 + max-idle: 30
  16 + min-idle: 10
  17 +# rabbitmq:
  18 +# host: 10.1.1.60
  19 +# port: 5672
  20 +# username: aukeyit
  21 +# password: Aukey@2018
17 servlet: 22 servlet:
18 multipart: 23 multipart:
19 max-file-size: 1000MB 24 max-file-size: 1000MB
20 max-request-size: 1000MB 25 max-request-size: 1000MB
21 - mail:  
22 - host: smtp.exmail.qq.com  
23 - username: AukeyIT@aukeys.com  
24 - password: Aukey2016.  
25 - properties:  
26 - mail.smtp.auth: true  
27 - mail.smtp.starttls.enable: false  
28 - mail.smtp.starttls.required: false 26 +# mail:
  27 +# host: smtp.exmail.qq.com
  28 +# username: AukeyIT@aukeys.com
  29 +# password: Aukey2016.
  30 +# properties:
  31 +# mail.smtp.auth: true
  32 +# mail.smtp.starttls.enable: false
  33 +# mail.smtp.starttls.required: false
29 34
30 # 暴露监控端点 35 # 暴露监控端点
31 management: 36 management:
@@ -128,21 +133,21 @@ security: @@ -128,21 +133,21 @@ security:
128 - '/webjars/springfox-swagger-ui/**' 133 - '/webjars/springfox-swagger-ui/**'
129 resource: 134 resource:
130 loadBalanced: true 135 loadBalanced: true
131 - token-info-uri: http://trobs-auth/oauth/check_token 136 + token-info-uri: http://aukey-finance-auth/oauth/check_token
132 137
133 ##首页 138 ##首页
134 trobs: 139 trobs:
135 index: http://trobs.aukeyit.com 140 index: http://trobs.aukeyit.com
136 141
137 ##ftp服务器 142 ##ftp服务器
138 -aukey:  
139 - ftp:  
140 - host: 10.1.9.59  
141 - port: 21  
142 - username: yuanli  
143 - password: yuanli@159  
144 - binaryTransfer: true  
145 - localActive: false 143 +#aukey:
  144 +# ftp:
  145 +# host: 10.1.9.59
  146 +# port: 21
  147 +# username: yuanli
  148 +# password: yuanli@159
  149 +# binaryTransfer: true
  150 +# localActive: false
146 151
147 ##开发环境测试 152 ##开发环境测试
148 my: 153 my: