Skip to content

Commit

Permalink
Merge pull request #16 from lixh00/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lixh00 committed Jun 16, 2023
2 parents 0033b9b + 98430da commit f69cfa9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type mysqlConfig struct {

type ossConfig struct {
Endpoint string `mapstructure:"endpoint"` // 接口地址
AccessKeyID string `mapstructure:"accessKeyID"` // 账号
SecretAccessKey string `mapstructure:"secretAccessKey"` // 密码
AccessKeyID string `mapstructure:"accessKeyId"` // 账号
SecretAccessKey string `mapstructure:"accessKeySecret"` // 密码
BucketName string `mapstructure:"bucket"` // 桶名称
UseSsl bool `mapstructure:"ssl"` // 是否使用SSL
}
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ require (
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/grpc v1.46.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/gorm v1.23.5 // indirect
)
Expand Down

0 comments on commit f69cfa9

Please sign in to comment.