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.
53 lines
1.0 KiB
53 lines
1.0 KiB
server:
|
|
port: 7240
|
|
servlet:
|
|
context-path: /v4.0
|
|
spring:
|
|
application:
|
|
name: carbasics
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
rabbitmq:
|
|
host: 49.233.89.188
|
|
password: 111111
|
|
port: 5672
|
|
username: admin
|
|
redis:
|
|
database: 0
|
|
host: 127.0.0.1
|
|
jedis:
|
|
pool:
|
|
max-active: 200
|
|
max-idle: 10
|
|
max-wait: -1ms
|
|
min-idle: 0
|
|
password: ''
|
|
port: 6379
|
|
timeout: 1000ms
|
|
swagger:
|
|
enable: true
|
|
mybatisCache:
|
|
database: 1
|
|
host: 127.0.0.1
|
|
jedis:
|
|
pool:
|
|
max-active: 200
|
|
max-idle: 10
|
|
max-wait: -1
|
|
min-idle: 0
|
|
password: ''
|
|
port: 6379
|
|
timeout: 1000
|
|
eureka:
|
|
instance:
|
|
ip-address: 127.0.0.1
|
|
|
|
file:
|
|
path: /home/cloud/carbasics/uploads/
|
|
domain: https://test.tall.wiki/gateway/carbasics/v4.0
|
|
imgDomain: https://test.tall.wiki/gateway/carbasics/v4.0/uploads/
|
|
wisdom:
|
|
weight: 10000
|
|
time: 600000
|
|
question:
|
|
template: /home/cloud/carbasics/uploads/template/暴风眼问卷导出表格模板.xlsx
|