This commit is contained in:
laodaming
2023-11-07 14:15:28 +08:00
parent e5480583d9
commit 6bfcc53073
2 changed files with 9 additions and 5 deletions

View File

@@ -10,4 +10,9 @@ type Config struct {
SourceMysql string
Auth types.Auth
SourceRabbitMq string
FeiShu struct {
ApiHost string
EncryptKey string
VerificationToken string
}
}