fix(config): 更新生产环境Redis端口配置

- 将Redis端口从6379更改为6369
master
李一帆 2025-11-03 14:52:34 +08:00
parent 8e094d1a20
commit 60877a200a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -11,7 +11,7 @@ target/
*.iws *.iws
*.iml *.iml
*.ipr *.ipr
CLAUDE.md
### Eclipse ### ### Eclipse ###
.apt_generated .apt_generated
.classpath .classpath

View File

@ -17,7 +17,7 @@ spring:
data: data:
redis: redis:
host: redis host: redis
port: 6379 port: 6369
#password: 1234567a #password: 1234567a
database: 4 database: 4
mybatis-plus: mybatis-plus: