hostname fix

This commit is contained in:
2026-01-18 21:08:52 +01:00
Unverified
parent 5d109d1365
commit 5489852bfb

View File

@@ -23,7 +23,7 @@ public class RabbitMQEventQueue : EventQueue<RabbitMQEventQueue>
ConnectionFactory factory = new ConnectionFactory ConnectionFactory factory = new ConnectionFactory
{ {
HostName = port, HostName = hostname,
Port = int.Parse(port), Port = int.Parse(port),
UserName = username, UserName = username,
Password = password, Password = password,