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.

42 lines
816 B

6 years ago
server:
6 years ago
port: 7040
servlet:
context-path:
6 years ago
spring:
application:
name: ht
6 years ago
datasource:
type: com.alibaba.druid.pool.DruidDataSource
4 years ago
rabbitmq:
host: 127.0.0.1
password: guest
port: 5672
username: guest
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
6 years ago
6 years ago
swagger:
6 years ago
enable: true
6 years ago
file:
6 years ago
path: /home/cloud/ht/uploads/
6 years ago
#domain: https://api.ccsens.com/test/
6 years ago
domain: https://test.tall.wiki/gateway/ht/
imgDomain: https://test.tall.wiki/gateway/ht/uploads
6 years ago
ht:
project:
5 years ago
patientUrl: https://test.tall.wiki/ht-dev/htPatientRegister
6 years ago
name: 认知功能评测云平台系统
eureka:
instance:
ip-address: 127.0.0.1