Browse Source

add redis config

zyh
小久哥 3 years ago
parent
commit
2ab2593f45
  1. 3
      yudao-server/src/main/resources/application-local.yaml

3
yudao-server/src/main/resources/application-local.yaml

@ -63,7 +63,7 @@ spring:
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis:
host: 127.0.0.1 # 地址
host: 192.168.10.129 # 地址
port: 6379 # 端口
database: 0 # 数据库索引
@ -219,4 +219,3 @@ justauth:
type: REDIS
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟

Loading…
Cancel
Save