@@ -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: