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.
40 lines
835 B
40 lines
835 B
server:
|
|
port: 7280
|
|
servlet:
|
|
context-path:
|
|
spring:
|
|
application:
|
|
name: datacentre
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
rabbitmq:
|
|
host: 121.36.3.207
|
|
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: ''
|
|
# password: 'areowqr!@43ef'
|
|
port: 6379
|
|
timeout: 1000ms
|
|
swagger:
|
|
enable: true
|
|
eureka:
|
|
instance:
|
|
ip-address: 121.36.106.168
|
|
|
|
gatewayUrl: https://www.tall.wiki/gateway/
|
|
notGatewayUrl: https://www.tall.wiki/
|
|
apiUrl: https://www.tall.wiki/
|
|
file:
|
|
path: /home/cloud/datacentre/uploads/
|
|
domain: https://www.tall.wiki/gateway/datacentre
|
|
imgDomain: https://www.tall.wiki/gateway/datacentre/uploads/
|
|
|