This commit is contained in:
laodaming
2023-11-14 17:33:05 +08:00
parent d471c1b43e
commit d64429f0bb
9 changed files with 606 additions and 37 deletions

View File

@@ -11,4 +11,11 @@ type Config struct {
SourceMysql string
Auth types.Auth
SourceRabbitMq string
Ldap struct {
Host string
BindDN string
Password string
AdminDN string
UserDn string
}
}