平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
298 B

  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. }