You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Discovery/src/Consul/Configuration/ConsulDiscoveryOptions.cs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,7 @@ public sealed class ConsulDiscoveryOptions
176
176
/// <summary>
177
177
/// Gets or sets a value indicating whether to register with the port number ASP.NET Core is listening on. Default value: true.
178
178
/// <para />
179
-
/// This property is ignored when <see cref="Port" /> or <see cref="Scheme" /> is explicitly configured, or when <see cref="UseNetworkInterfaces" /> is
180
-
/// <c>true</c>.
179
+
/// This property is ignored when <see cref="Port" /> or <see cref="Scheme" /> is explicitly configured.
Copy file name to clipboardExpand all lines: src/Discovery/src/Consul/ConfigurationSchema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@
188
188
},
189
189
"UseAspNetCoreUrls": {
190
190
"type": "boolean",
191
-
"description": "Gets or sets a value indicating whether to register with the port number ASP.NET Core is listening on. Default value: true.\n\nThis property is ignored when 'Steeltoe.Discovery.Consul.Configuration.ConsulDiscoveryOptions.Port' or 'Steeltoe.Discovery.Consul.Configuration.ConsulDiscoveryOptions.Scheme' is explicitly configured, or when 'Steeltoe.Discovery.Consul.Configuration.ConsulDiscoveryOptions.UseNetworkInterfaces' is true."
191
+
"description": "Gets or sets a value indicating whether to register with the port number ASP.NET Core is listening on. Default value: true.\n\nThis property is ignored when 'Steeltoe.Discovery.Consul.Configuration.ConsulDiscoveryOptions.Port' or 'Steeltoe.Discovery.Consul.Configuration.ConsulDiscoveryOptions.Scheme' is explicitly configured."
0 commit comments