【修复】AI模块redis配置错误

Signed-off-by: OnPeaceOfMind <onpeaceofmind@qq.com>
pull/127/head
OnPeaceOfMind 2024-07-16 06:12:01 +00:00 committed by Gitee
parent fe6f1c67b3
commit bb2a10ba4a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ spring:
password: 123456
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis:
data:
data:
redis:
host: 127.0.0.1 # 地址
port: 6379 # 端口
database: 0 # 数据库索引