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