25 lines
391 B
YAML
25 lines
391 B
YAML
spring:
|
|
application:
|
|
name: wx-mp-service
|
|
data:
|
|
redis:
|
|
database: 1
|
|
host: 10.10.10.200
|
|
port: 16379
|
|
password: 12341234
|
|
jedis:
|
|
pool:
|
|
min-idle: 0
|
|
max-active: 8
|
|
max-idle: 8
|
|
max-wait: -1ms
|
|
connect-timeout: 30000ms
|
|
|
|
server:
|
|
port: 18881
|
|
|
|
logging:
|
|
level:
|
|
root: info
|
|
cn.skcks.docking.wx: debug
|