| 123456789 |
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- "Cache": {
- "CacheType": "Memory", // Memory、Redis
- "RedisConnectionString": "server=127.0.0.1:6379;password=;db=5;", // Redis连接字符串
- "RedisPrefix": "adminnet_" //Redis前缀
- }
- }
|