zhanyunjiu 2 years ago
parent
commit
6a88008a51
  1. 17
      yudao-server/src/main/resources/application-prod.yaml

17
yudao-server/src/main/resources/application-prod.yaml

@ -228,4 +228,19 @@ justauth:
cache: cache:
type: REDIS type: REDIS
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE:: prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE::
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟 timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟
dubbo:
registry:
id: zsw-farm
address: 127.0.0.1:8848
protocol: nacos
username: nacos
password: nacos
register: false
namespce: 5ef0de35-92fd-4577-ab23-54e5e5cb2a54
consumer:
check: false
application:
name: zsw-farm
Loading…
Cancel
Save