平安校园
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cache.Production.json 298 B

2 달 전
123456789101112
  1. {
  2. //缓存设置
  3. "CacheSettings": {
  4. "UseRedis": true, //启用redis
  5. "RedisSettings": {
  6. "Address": "127.0.0.1:6379", //地址
  7. "Password": "wxh@0000", //Redis服务密码
  8. "Db": 1, //默认库
  9. "ClearRedis": false //是否每次启动都清除Redis缓存
  10. }
  11. }
  12. }