aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Configs')
-rw-r--r--Timeline/Configs/DatabaseConfig.cs7
-rw-r--r--Timeline/Configs/QCloudCosConfig.cs10
2 files changed, 11 insertions, 6 deletions
diff --git a/Timeline/Configs/DatabaseConfig.cs b/Timeline/Configs/DatabaseConfig.cs
index 34e5e65f..05dc630e 100644
--- a/Timeline/Configs/DatabaseConfig.cs
+++ b/Timeline/Configs/DatabaseConfig.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace Timeline.Configs
+namespace Timeline.Configs
{
public class DatabaseConfig
{
diff --git a/Timeline/Configs/QCloudCosConfig.cs b/Timeline/Configs/QCloudCosConfig.cs
new file mode 100644
index 00000000..6d10436c
--- /dev/null
+++ b/Timeline/Configs/QCloudCosConfig.cs
@@ -0,0 +1,10 @@
+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; }
+ }
+}