Skip to content

Commit

Permalink
fix: config YI_DUN_SECRET_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Mar 29, 2024
1 parent 61fb66c commit 47bcfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var Config struct {

YiDunBusinessIdText string `env:"YI_DUN_BUSINESS_ID_TEXT" envDefault:""`
YiDunBusinessIdImage string `env:"YI_DUN_BUSINESS_ID_IMAGE" envDefault:""`
YiDunSecretId string `env:"YI_DUN_SECRET_KEY" envDefault:""`
YiDunSecretId string `env:"YI_DUN_SECRET_ID" envDefault:""`
YiDunSecretKey string `env:"YI_DUN_SECRET_KEY" envDefault:""`
ValidImageUrl []string `env:"VALID_IMAGE_URL"`
}
Expand Down

0 comments on commit 47bcfb9

Please sign in to comment.