Browse Source

fix: 修改yml文件的redis

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

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

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


Loading…
Cancel
Save