mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 15:43:54 +08:00
26 lines
413 B
YAML
26 lines
413 B
YAML
spring:
|
|
messages:
|
|
encoding: UTF-8
|
|
basename: i18n/messages
|
|
data:
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
database: 0
|
|
timeout: 10s
|
|
lettuce:
|
|
pool:
|
|
min-idle: 0
|
|
max-idle: 8
|
|
max-active: 8
|
|
max-wait: -1ms
|
|
|
|
renren:
|
|
redis:
|
|
open: true
|
|
|
|
logging:
|
|
level:
|
|
xiaozhi.modules.device: DEBUG
|
|
org.springframework.data.redis: DEBUG
|