This commit is contained in:
withchao
2023-03-14 19:33:44 +08:00
parent 9bb30406ee
commit 6a95025e41
10 changed files with 334 additions and 90 deletions
+5
View File
@@ -68,6 +68,11 @@ type config struct {
DataDir []string `yaml:"dataDir"`
}
Credential struct {
}
Object struct {
Enable string `yaml:"enable"`
ApiURL string `yaml:"apiURL"`
Tencent struct {
AppID string `yaml:"appID"`
Region string `yaml:"region"`