Commit e48a4d3d4b28268252a5c9d7e3604fd8dcd3cde1

Authored by 张志伟
1 parent 99ffab56

:ambulance: 调整redis密码

fw-hestia-server/src/main/resources/application-gray.yml
@@ -26,9 +26,6 @@ fastdfs: @@ -26,9 +26,6 @@ fastdfs:
26 servers: 192.168.0.91:22122 26 servers: 192.168.0.91:22122
27 token: 'no' 27 token: 'no'
28 28
29 -jedis:  
30 - pool:  
31 - host: 192.168.0.101  
32 logging: 29 logging:
33 file: 30 file:
34 max-history: 7 31 max-history: 7
fw-hestia-server/src/main/resources/application-prd.yml
@@ -26,9 +26,6 @@ fastdfs: @@ -26,9 +26,6 @@ fastdfs:
26 servers: 192.168.0.91:22122 26 servers: 192.168.0.91:22122
27 token: 'no' 27 token: 'no'
28 28
29 -jedis:  
30 - pool:  
31 - host: 192.168.0.101  
32 logging: 29 logging:
33 file: 30 file:
34 max-history: 15 31 max-history: 15
fw-hestia-server/src/main/resources/application-test.yml
@@ -13,6 +13,7 @@ spring: @@ -13,6 +13,7 @@ spring:
13 username: test 13 username: test
14 redis: 14 redis:
15 host: 192.168.0.9 15 host: 192.168.0.9
  16 + password: fw@test@redis
16 url: 17 url:
17 http-file-url: https://testgate.feewee.cn/file 18 http-file-url: https://testgate.feewee.cn/file
18 19
@@ -34,9 +35,6 @@ fastdfs: @@ -34,9 +35,6 @@ fastdfs:
34 servers: 192.168.0.230:22122 35 servers: 192.168.0.230:22122
35 token: 'no' 36 token: 'no'
36 37
37 -jedis:  
38 - pool:  
39 - host: 192.168.0.9  
40 logging: 38 logging:
41 file: 39 file:
42 max-history: 15 40 max-history: 15
fw-hestia-server/src/main/resources/application.yml
@@ -18,7 +18,7 @@ spring: @@ -18,7 +18,7 @@ spring:
18 hikari: 18 hikari:
19 connection-test-query: SELECT 1 FROM DUAL 19 connection-test-query: SELECT 1 FROM DUAL
20 password: mysql@pwd123 20 password: mysql@pwd123
21 - url: jdbc:mysql://192.168.0.8:3306/fw_hestia?characterEncoding=UTF-8&useSSL=false 21 + url: jdbc:mysql://192.168.0.234:3306/fw_hestia?characterEncoding=UTF-8&useSSL=false
22 username: root 22 username: root
23 jackson: 23 jackson:
24 default-property-inclusion: non_null 24 default-property-inclusion: non_null
@@ -30,7 +30,7 @@ spring: @@ -30,7 +30,7 @@ spring:
30 profiles: 30 profiles:
31 active: cache,${activatedProfiles} 31 active: cache,${activatedProfiles}
32 redis: 32 redis:
33 - host: 192.168.0.8 33 + host: 192.168.0.234
34 lettuce: 34 lettuce:
35 pool: 35 pool:
36 max-active: 20 36 max-active: 20
@@ -79,19 +79,7 @@ info: @@ -79,19 +79,7 @@ info:
79 groupId: ${project.groupId} 79 groupId: ${project.groupId}
80 name: ${project.name} 80 name: ${project.name}
81 version: ${project.version} 81 version: ${project.version}
82 -jedis:  
83 - pool:  
84 - config:  
85 - max-active: 30  
86 - max-idle: 5  
87 - max-wait-millis: 1000  
88 - min-idle: 3  
89 - test-on-borrow: false  
90 - test-on-return: false  
91 - test-while-idle: true  
92 - host: 192.168.0.8  
93 - port: 6379  
94 - db: 4 82 +
95 mybatis-plus: 83 mybatis-plus:
96 configuration: 84 configuration:
97 cache-enabled: false 85 cache-enabled: false