This commit is contained in:
laodaming
2023-09-20 15:21:42 +08:00
parent f0afda0f26
commit a5f5a83fe8
9 changed files with 159 additions and 108 deletions

View File

@@ -10,4 +10,22 @@ 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
}
}
Unity struct {
Host string
}
}