Skip to content

Commit

Permalink
Fix DevServices for Keycloak JavaDocs
Browse files Browse the repository at this point in the history
(cherry picked from commit 51bf193)
  • Loading branch information
sberyozkin authored and gsmet committed Mar 1, 2022
1 parent 9a5af62 commit 7e0c649
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class DevServicesConfig {
* Note Keycloak-X and Keycloak images are initialized differently.
* By default, Dev Services for Keycloak will assume it is a Keycloak-X image if the image name contains a 'keycloak-x'
* string.
* Set 'quarkus.devservices.keycloak.keycloak-x-image' to override this check.
* Set 'quarkus.keycloak.devservices.keycloak-x-image' to override this check.
*/
@ConfigItem(defaultValue = "quay.io/keycloak/keycloak-x:16.1.0")
public String imageName;
Expand All @@ -43,7 +43,7 @@ public class DevServicesConfig {
*
* By default, Dev Services for Keycloak will assume a Keycloak-X image is used if the image name contains a 'keycloak-x'
* string.
* Set 'quarkus.devservices.keycloak.keycloak-x-image' to override this check which may be necessary if you build custom
* Set 'quarkus.keycloak.devservices.keycloak-x-image' to override this check which may be necessary if you build custom
* Keycloak-X or Keycloak images.
* You do not need to set this property if the default check works.
*/
Expand Down

0 comments on commit 7e0c649

Please sign in to comment.