Sfoglia il codice sorgente

Update cacheconfig.json

zhontai 5 anni fa
parent
commit
e412455042
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      Admin.Core/configs/cacheconfig.json

+ 3 - 3
Admin.Core/configs/cacheconfig.json

@@ -1,7 +1,7 @@
 {
-  //»º´æÀàÐÍ Memory = 0,Redis = 1
-  "type": 1,
-  //RedisÅäÖÃ
+  //缓存类型 Memory = 0,Redis = 1
+  "type": 0,
+  //Redis�置
   "redis": {
     "connectionString": "127.0.0.1:6379,password=,defaultDatabase=2"
   }