Skip to content

Commit 7bb5df3

Browse files
authored
Update IntegrationEventRabbitMQOptions.cs
add rabbitmq connect username password
1 parent 899e70e commit 7bb5df3

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)