Browse Source

redis公用配置

minghao-chen 2 years ago
parent
commit
960169dba9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      beidou-admin/src/main/resources/application.yml

+ 4 - 4
beidou-admin/src/main/resources/application.yml

@@ -70,13 +70,13 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: localhost
+    host: 120.25.74.229
     # 端口,默认为6379
-    port: 6379
+    port: 8005
     # 数据库索引
-    database: 0
+    database: 6
     # 密码
-    password: 12345
+    password: root@2022!
     # 连接超时时间
     timeout: 10s
     lettuce: