diff options
Diffstat (limited to 'Timeline/Configs/QCloudCosConfig.cs')
-rw-r--r-- | Timeline/Configs/QCloudCosConfig.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Timeline/Configs/QCloudCosConfig.cs b/Timeline/Configs/QCloudCosConfig.cs deleted file mode 100644 index 6d10436c..00000000 --- a/Timeline/Configs/QCloudCosConfig.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Timeline.Configs -{ - public class QCloudCosConfig - { - public string AppId { get; set; } - public string Region { get; set; } - public string SecretId { get; set; } - public string SecretKey { get; set; } - } -} |