Files
tnb.server/apihost/Tnb.API.Entry/Configurations/Cache.json
2023-03-13 15:00:34 +08:00

9 lines
230 B
JSON

{
"Cache": {
"CacheType": "RedisCache", //MemoryCache
"ip": "localhost",
"port": 9204,
"password": "05jWEoJa8v",
"RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=6"
}
}