Browse Source

muyi得redis

三七 1 week ago
parent
commit
e58e2fa6fe
1 changed files with 4 additions and 4 deletions
  1. 4 4
      fs-service/src/main/resources/application-druid-myhk.yml

+ 4 - 4
fs-service/src/main/resources/application-druid-myhk.yml

@@ -2,14 +2,14 @@
 spring:
 spring:
     # redis 配置
     # redis 配置
     redis:
     redis:
-#        host: 172.27.0.6
-        host: 127.0.0.1
+        host: 172.27.0.6
+#        host: 127.0.0.1
         port: 6379
         port: 6379
         # 数据库索引
         # 数据库索引
         database: 0
         database: 0
         # 密码
         # 密码
-#        password: myhk888777666.
-        password:
+        password: myhk888777666.
+#        password:
         # 连接超时时间
         # 连接超时时间
         timeout: 10s
         timeout: 10s
         lettuce:
         lettuce: