Commit 1ed42b7647189576d86db0890f1410cb657cc006
1 parent
6d1d5a6d
去除redis配置
Showing
1 changed file
with
0 additions
and
13 deletions
gateway.yml
| ... | ... | @@ -7,19 +7,6 @@ spring: |
| 7 | 7 | config: |
| 8 | 8 | discovery: |
| 9 | 9 | enabled: true |
| 10 | - redis: | |
| 11 | - database: 0 | |
| 12 | - host: redis-server | |
| 13 | - port: 6379 | |
| 14 | - password: 123456 | |
| 15 | - pool: | |
| 16 | - max-idle: 100 | |
| 17 | - min-idle: 10 | |
| 18 | - max-active: 1000 | |
| 19 | - max-wait: 100000 | |
| 20 | - sentinel: | |
| 21 | - master: mymaster1 | |
| 22 | - nodes: redis-server:16379,redis-server:16379 | |
| 23 | 10 | |
| 24 | 11 | endpoints: |
| 25 | 12 | restart: | ... | ... |