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.
50 lines
1.2 KiB
50 lines
1.2 KiB
server:
|
|
port: 7130
|
|
servlet:
|
|
context-path:
|
|
spring:
|
|
snowflake:
|
|
datacenterId: 1
|
|
workerId: 1
|
|
application:
|
|
name: wechatutil
|
|
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: false
|
|
eureka:
|
|
instance:
|
|
ip-address: 192.168.0.99
|
|
# ip-address: 49.233.89.188
|
|
#gatewayUrl: http://192.168.0.99/gateway/
|
|
#notGatewayUrl: http://192.168.0.99/
|
|
gatewayUrl: https://test.tall.wiki/gateway/
|
|
notGatewayUrl: https://test.tall.wiki/
|
|
smsCode: 0
|
|
wx:
|
|
prefixUrl: https://www.tall.wiki/wxconfigurer-api/
|
|
file:
|
|
path: /home/cloud/tall/uploads/
|
|
domain: https://test.tall.wiki/gateway/wechatutil
|
|
imgDomain: https://test.tall.wiki/gateway/wechatutil/uploads
|
|
queryPowerAddress: /power/query
|
|
#file:
|
|
# domain: http://192.168.0.99/gateway/tall/v1.0/
|
|
# imgDomain: http://192.168.0.99/gateway/tall/v1.0/uploads
|