mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-04 07:26:10 +00:00
feat: 修改默认配置
This commit is contained in:
@@ -44,13 +44,12 @@ spring:
|
||||
spring.data:
|
||||
redis:
|
||||
# 地址
|
||||
host: 117.72.192.162
|
||||
host: 127.0.0.1
|
||||
# 端口,默认为6379
|
||||
port: 6380
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 2
|
||||
database: 0
|
||||
# 密码(如没有密码请注释掉)
|
||||
password: wt123
|
||||
# password: 123456
|
||||
# 连接超时时间
|
||||
timeout: 10S
|
||||
|
||||
Reference in New Issue
Block a user