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.
47 lines
913 B
47 lines
913 B
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: 127.0.0.1
|
|
password: sd12345
|
|
port: 5672
|
|
username: yu
|
|
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
|
|
eureka:
|
|
instance:
|
|
# ip-address: 82.156.116.247
|
|
ip-address: 49.232.6.143
|
|
|
|
|
|
# 平台信息 0绿谷 1创时代
|
|
platforms: 1
|
|
file:
|
|
path: /home/wikiwiki/uploads/
|
|
domain: https://www.sxwikionline.com/gateway/wiki/
|
|
imgDomain: https://www.sxwikionline.com/gateway/wiki/uploads/upload/
|
|
|
|
#gatewayUrl: http://82.156.116.247 /gateway/
|
|
#notGatewayUrl: http://82.156.116.247 /
|
|
smsCode: 1
|
|
|