Skip to content

Commit

Permalink
Merge pull request quarkusio#4732 from stuartwdouglas/jdbc-config
Browse files Browse the repository at this point in the history
Remove unused config
  • Loading branch information
gsmet authored Oct 22, 2019
2 parents 70bc610 + 95d5d33 commit d703584
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@
public class JdbcSecurityRealmConfig {

/**
* The authentication mechanism
*/
@ConfigItem(defaultValue = "BASIC")
public String authMechanism;

/**
* The authentication mechanism
* The realm name
*/
@ConfigItem(defaultValue = "Quarkus")
public String realmName;
Expand All @@ -39,7 +33,6 @@ public class JdbcSecurityRealmConfig {
@Override
public String toString() {
return "JdbcRealmConfig{" +
"authMechanism='" + authMechanism + '\'' +
", realmName='" + realmName + '\'' +
", enabled=" + enabled +
", principalQueries=" + principalQueries +
Expand Down

0 comments on commit d703584

Please sign in to comment.