Browse Source

修改redis配置

pull/1/head
weihongyang 2 years ago
parent
commit
9cdaf85171
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      ym-gateway/src/main/resources/application.yml

+ 4
- 4
ym-gateway/src/main/resources/application.yml View File

@@ -30,10 +30,10 @@ spring:
max-request-size: 100MB
enabled: true
redis:
database: 0
host: 124.221.241.144
port: 6379
password: why123456 # 密码(默认为空)
database: 5
host: redis.picaiba.com
port: 6380
password: <![CDATA["@WSXcde3"]]> # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:


Loading…
Cancel
Save