作者 王志平

修改测试环境总配置

... ... @@ -5,27 +5,32 @@ jasypt:
# redis 相关
spring:
redis:
host: trobsqa.aukeyit.com
port: 6379
database: 5
host: redis02.aukeyit.com
port: 6378
password:
database: 13
rabbitmq:
host: 10.1.1.60
port: 5672
username: aukeyit
password: Aukey@2018
pool:
max-active: 200
max-wait: -1
max-idle: 30
min-idle: 10
# rabbitmq:
# host: 10.1.1.60
# port: 5672
# username: aukeyit
# password: Aukey@2018
servlet:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
mail:
host: smtp.exmail.qq.com
username: AukeyIT@aukeys.com
password: Aukey2016.
properties:
mail.smtp.auth: true
mail.smtp.starttls.enable: false
mail.smtp.starttls.required: false
# mail:
# host: smtp.exmail.qq.com
# username: AukeyIT@aukeys.com
# password: Aukey2016.
# properties:
# mail.smtp.auth: true
# mail.smtp.starttls.enable: false
# mail.smtp.starttls.required: false
# 暴露监控端点
management:
... ... @@ -128,21 +133,21 @@ security:
- '/webjars/springfox-swagger-ui/**'
resource:
loadBalanced: true
token-info-uri: http://trobs-auth/oauth/check_token
token-info-uri: http://aukey-finance-auth/oauth/check_token
##首页
trobs:
index: http://trobs.aukeyit.com
##ftp服务器
aukey:
ftp:
host: 10.1.9.59
port: 21
username: yuanli
password: yuanli@159
binaryTransfer: true
localActive: false
#aukey:
# ftp:
# host: 10.1.9.59
# port: 21
# username: yuanli
# password: yuanli@159
# binaryTransfer: true
# localActive: false
##开发环境测试
my:
... ...