| | |
| | | "EnableMd5": false // 启用文件MDF5验证-防止重复上传 |
| | | }, |
| | | "OSSProvider": { |
| | | "Enabled": false, |
| | | "Provider": "Minio", // OSS提供者 Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud |
| | | "Endpoint": "xxx.xxx.xxx.xxx:8090", // 节点/API地址(在腾讯云OSS中表示AppId) |
| | | "Region": "xxx.xxx.xxx.xxx", // 地域 |
| | | "AccessKey": "", |
| | | "SecretKey": "", |
| | | "Enabled": true, |
| | | "Provider": "Aliyun", // OSS提供者 Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud |
| | | "Endpoint": "oss-accelerate.aliyuncs.com", // 节点/API地址(在腾讯云OSS中表示AppId) |
| | | "Region": "oss-cn-chengdu", // 地域 |
| | | "AccessKey": "LTAI5tNYGwTd3swLhC8H2XYV", |
| | | "SecretKey": "TyfkpYbXRUCh1K8LLtUyxY3ZcFCy1A", |
| | | "IsEnableHttps": false, // 是否启用HTTPS |
| | | "IsEnableCache": true, // 是否启用缓存 |
| | | "Bucket": "admin.net", |
| | | "CustomHost": "" // 自定义Host:拼接外链的Host,若空则使用Endpoint拼接 |
| | | "Bucket": "appimchat", |
| | | "CustomHost": "https://appimchat.oss-cn-chengdu.aliyuncs.com/" // 自定义Host:拼接外链的Host,若空则使用Endpoint拼接 |
| | | }, |
| | | "SSHProvider": { |
| | | "Enabled": false, |