guo00guo 4 년 전
부모
커밋
49eabe1db6
1개의 변경된 파일19개의 추가작업 그리고 18개의 파일을 삭제
  1. 19 18
      site/src/main/resources/application.yml

+ 19 - 18
site/src/main/resources/application.yml

@@ -1,6 +1,7 @@
 spring:
   profiles:
     active: dev-localhost
+#    active: private-cloud-localhost
 #    active: private-cloud
   cache:
     guava:
@@ -46,27 +47,27 @@ spring:
     url: jdbc:mysql://mysql:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
     username: root
     password: Customs2019
-  #  redis:
-  #    host: redis
-  #    port: 6379
-  #    #    password: '#2019@callforttest@!'
-  #    jedis:
-  #      pool:
-  #        max-active: 8
-  #        max-idle: 8
-  #        max-wait: -1
-  #        min-idle: 0
-  #    database: 0
-
   redis:
     host: redis
-    password:
-    pool:
-      max-active: 8
-      max-idle: 8
-      max-wait: -1
-      min-idle: 0
     port: 6379
+    password:
+    jedis:
+      pool:
+        max-active: 8
+        max-idle: 8
+        max-wait: -1
+        min-idle: 0
+    database: 0
+
+#  redis:
+#    host: redis
+#    password:
+#    pool:
+#      max-active: 8
+#      max-idle: 8
+#      max-wait: -1
+#      min-idle: 0
+#    port: 6379
 
 feature:
   client: