This commit is contained in:
laodaming
2023-08-16 12:16:23 +08:00
parent b11e768550
commit a022e5a8d9
19 changed files with 267 additions and 361 deletions

View File

@@ -10,4 +10,19 @@ type Config struct {
SourceMysql string
Auth types.Auth
SourceRabbitMq string
AWS struct {
S3 struct {
Credentials struct {
AccessKeyID string
Secret string
Token string
}
}
}
BLMService struct {
Url string
LogoCombine struct {
Url string
}
}
}