Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Oct 11, 2022
1 parent c1bbabb commit 8468684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unifiedban.Terminal/Utils/ConfigTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static void LoadRabbitMQManager()
});
var factory = new ConnectionFactory();
factory.UserName = "fabs";
factory.Password = "***REMOVED***";
factory.Password = "";
factory.VirtualHost = "/";
factory.HostName = "10.0.0.4";
factory.Port = 5672;
Expand Down

0 comments on commit 8468684

Please sign in to comment.