application-test.yml
352 Bytes
spring:
data:
mongodb:
uri: mongodb://192.168.10.39:27017/vehicle
servlet:
multipart:
max-file-size: 20MB
max-request-size: 20MB
redis:
database: 0
host: 192.168.10.39
port: 6379
jedis:
pool:
max-active: -1
max-wait: -1ms
max-idle: 8
min-idle: 0
timeout: 10000ms