Browse Source

fix:改配置

wrj 1 year ago
parent
commit
4509916edc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nightFragrance-admin/src/main/resources/application-test.yml

+ 2 - 2
nightFragrance-admin/src/main/resources/application-test.yml

@@ -126,13 +126,13 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: localhost
+    host: 172.24.144.218
     # 端口,默认为6379
     port: 6379
     # 数据库索引
     database: 0
     # 密码
-    password: 123456
+    password: sxzgkj@2023
     # 连接超时时间
     timeout: 10s
     lettuce: