Files
xiaozhi-esp32-server/main/manager-api/src/test/resources/application.yml
T

26 lines
413 B
YAML
Raw Normal View History

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