Commit e48a4d3d4b28268252a5c9d7e3604fd8dcd3cde1

Authored by 张志伟
1 parent 99ffab56

:ambulance: 调整redis密码

fw-hestia-server/src/main/resources/application-gray.yml
... ... @@ -26,9 +26,6 @@ fastdfs:
26 26 servers: 192.168.0.91:22122
27 27 token: 'no'
28 28  
29   -jedis:
30   - pool:
31   - host: 192.168.0.101
32 29 logging:
33 30 file:
34 31 max-history: 7
... ...
fw-hestia-server/src/main/resources/application-prd.yml
... ... @@ -26,9 +26,6 @@ fastdfs:
26 26 servers: 192.168.0.91:22122
27 27 token: 'no'
28 28  
29   -jedis:
30   - pool:
31   - host: 192.168.0.101
32 29 logging:
33 30 file:
34 31 max-history: 15
... ...
fw-hestia-server/src/main/resources/application-test.yml
... ... @@ -13,6 +13,7 @@ spring:
13 13 username: test
14 14 redis:
15 15 host: 192.168.0.9
  16 + password: fw@test@redis
16 17 url:
17 18 http-file-url: https://testgate.feewee.cn/file
18 19  
... ... @@ -34,9 +35,6 @@ fastdfs:
34 35 servers: 192.168.0.230:22122
35 36 token: 'no'
36 37  
37   -jedis:
38   - pool:
39   - host: 192.168.0.9
40 38 logging:
41 39 file:
42 40 max-history: 15
... ...
fw-hestia-server/src/main/resources/application.yml
... ... @@ -18,7 +18,7 @@ spring:
18 18 hikari:
19 19 connection-test-query: SELECT 1 FROM DUAL
20 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 22 username: root
23 23 jackson:
24 24 default-property-inclusion: non_null
... ... @@ -30,7 +30,7 @@ spring:
30 30 profiles:
31 31 active: cache,${activatedProfiles}
32 32 redis:
33   - host: 192.168.0.8
  33 + host: 192.168.0.234
34 34 lettuce:
35 35 pool:
36 36 max-active: 20
... ... @@ -79,19 +79,7 @@ info:
79 79 groupId: ${project.groupId}
80 80 name: ${project.name}
81 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 83 mybatis-plus:
96 84 configuration:
97 85 cache-enabled: false
... ...