Skip to content

Commit e7b2664

Browse files
authored
Merge pull request yangzhongke#7 from bocblca/patch-2
Update IntegrationEventRabbitMQOptions.cs
2 parents d3627d1 + 7bb5df3 commit e7b2664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

最后大项目代码/YouZack-VNext/Zack.EventBus/IntegrationEventRabbitMQOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ public class IntegrationEventRabbitMQOptions
44
{
55
public string HostName { get; set; }
66
public string ExchangeName { get; set; }
7+
public string UserName { get; set; }
8+
public string Password { get; set; }
79
}
810
}

0 commit comments

Comments
 (0)