Skip to content

Commit 1ccf7aa

Browse files
committed
Added more default values
1 parent dc25fe1 commit 1ccf7aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/RawRabbit/Configuration/RawRabbitConfiguration.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ public RawRabbitConfiguration()
104104
Durable = true
105105
};
106106
VirtualHost = "/";
107+
Username = "guest";
108+
Password = "guest";
109+
Port = 5672;
110+
Hostnames = new List<string> {"localhost"};
107111
}
108112

109113
public static RawRabbitConfiguration Local => new RawRabbitConfiguration

0 commit comments

Comments
 (0)