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.
69 lines
1.3 KiB
69 lines
1.3 KiB
server:
|
|
port: 7030
|
|
servlet:
|
|
context-path: /v1.0
|
|
spring:
|
|
snowflake:
|
|
datacenterId: 1
|
|
workerId: 1
|
|
application:
|
|
name: tall
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
rabbitmq:
|
|
host: dd.tall.wiki
|
|
#host: 127.0.0.1
|
|
password: 111111
|
|
port: 5672
|
|
username: admin
|
|
# 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
|
|
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
|
|
|
|
gatewayUrl: https://test.tall.wiki/gateway/
|
|
notGatewayUrl: /home/staticrec/logo.png
|
|
smsCode: 0
|
|
wx:
|
|
prefixUrl: https://test.tall.wiki/wxconfigurer-api/
|
|
file:
|
|
path: /home/cloud/tall/uploads/
|
|
domain: http://localhost:7030/v1.0/
|
|
imgDomain: http://localhost:7030/v1.0/uploads
|
|
#filedeal: http://localhost:8001/file/query
|
|
|
|
project:
|
|
# redis是否需要加载 0:否 1 是
|
|
redisUpdate: 0
|
|
redisUpdateUrl: http://localhost:8001/constant/updateAll/
|
|
filedeal: https://test.tall.wiki/filedeal/file/query
|
|
# 0测试 1生产
|
|
wx_h5: 0
|
|
|
|
|