Skip to content

Commit

Permalink
Make the default value of enforcementMode lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed May 26, 2020
1 parent 841a0c4 commit ff108c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static class KeycloakConfigPolicyEnforcer {
/**
* Specifies how policies are enforced.
*/
@ConfigItem(defaultValue = "ENFORCING")
@ConfigItem(defaultValue = "enforcing")
public PolicyEnforcerConfig.EnforcementMode enforcementMode;

/**
Expand Down

0 comments on commit ff108c0

Please sign in to comment.