Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 815fc78

Browse files
Returned default hardcoded ip
1 parent be18c05 commit 815fc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RabbitMQ.Client.Core.DependencyInjection/Configuration/RabbitMqClientOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class RabbitMqClientOptions
88
/// <summary>
99
/// RabbitMQ server.
1010
/// </summary>
11-
public string HostName { get; set; }
11+
public string HostName { get; set; } = "127.0.0.1";
1212

1313
/// <summary>
1414
/// Port.

0 commit comments

Comments
 (0)