This commit is contained in:
2023-10-24 20:38:37 +08:00
parent ce42fb29a4
commit 533c6dc5d5
5 changed files with 269 additions and 3 deletions

View File

@@ -36,4 +36,8 @@ func 生成配置文件() {
viper.Set("oss.endpoint", "")
viper.Set("oss.accessID", "")
viper.Set("oss.accessKey", "")
viper.Set("video.endpoint", "")
viper.Set("video.accessKeyID", "")
viper.Set("video.accessKey", "")
}