We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adbe64 commit 51fa823Copy full SHA for 51fa823
dev-proxy/ProxyConfiguration.cs
@@ -10,7 +10,7 @@ public class ProxyConfiguration: IProxyConfiguration {
10
[JsonPropertyName("port")]
11
public int Port { get; set; } = 8000;
12
[JsonPropertyName("ipAddress")]
13
- public string? IPAddress { get; set; }
+ public string? IPAddress { get; set; } = "127.0.0.1";
14
[JsonPropertyName("labelMode")]
15
[JsonConverter(typeof(JsonStringEnumConverter))]
16
public LabelMode LabelMode { get; set; } = LabelMode.Text;
0 commit comments