diff --git a/documentation/modules/ROOT/pages/10_health.adoc b/documentation/modules/ROOT/pages/10_health.adoc index 8c67057..66a8a6c 100644 --- a/documentation/modules/ROOT/pages/10_health.adoc +++ b/documentation/modules/ROOT/pages/10_health.adoc @@ -122,7 +122,7 @@ import jakarta.ws.rs.HttpMethod; @ApplicationScoped public class CustomHealthCheck { - @ConfigProperty(name = "com.redhat.developers.FruityViceService/mp-rest/url") + @ConfigProperty(name = "quarkus.rest-client.\"com.redhat.developers.FruityViceService\".url") String externalURL; @Readiness //<1>