We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1fe7 commit 2bc7983Copy full SHA for 2bc7983
1 file changed
lib/Domain/Settings/GotenbergSharpClientOptions.cs
@@ -21,6 +21,10 @@ public class GotenbergSharpClientOptions
21
22
public Uri ServiceUrl { get; set; } = new Uri("http://localhost:3000");
23
24
+ /// <summary>
25
+ /// Convenience property for specifying a health check URL.
26
+ /// Note: This property is not currently used by the library.
27
+ /// </summary>
28
public Uri HealthCheckUrl { get; set; } = new Uri("http://localhost:3000/health");
29
30
public RetryOptions RetryPolicy { get; set; } = new RetryOptions();
0 commit comments