mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
CAPS for consistency (#545)
This commit is contained in:
parent
9dcbcce137
commit
9baee99729
@ -36,7 +36,7 @@ public static class RabbitMqModule
|
||||
UserName = builder.Configuration.GetValue("RABBITMQ_DEFAULT_USER", "guest"),
|
||||
Password = builder.Configuration.GetValue("RABBITMQ_DEFAULT_PASS", "guest"),
|
||||
HostName = builder.Configuration.GetValue("RABBITMQ_HOST", "rabbitmq"),
|
||||
Port = builder.Configuration.GetValue("RABBITMQ_Port", 5672),
|
||||
Port = builder.Configuration.GetValue("RABBITMQ_PORT", 5672),
|
||||
};
|
||||
|
||||
return factory.CreateConnection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user