Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
YarinOmesi committed Sep 2, 2023
1 parent cad9e16 commit c195bdd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public RabbitMqHostConfiguration(IRabbitMqBusConfiguration busConfiguration, IRa
: base(busConfiguration)
{
_busConfiguration = busConfiguration;
_hostSettings = new ConfigurationHostSettings {
_hostSettings = new ConfigurationHostSettings
{
Host = "localhost",
VirtualHost = "/",
Port = 5672,
Expand Down

0 comments on commit c195bdd

Please sign in to comment.