Skip to content

Commit

Permalink
allow blank passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttwong committed Apr 18, 2024
1 parent 839ce75 commit 2776360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static ConfigDef newConfigDef() {
STARROCKS_PASSWORD,
ConfigDef.Type.STRING,
null,
new ConfigDef.NonEmptyString(),
null,
ConfigDef.Importance.HIGH,
"starrocks password",
CONFIG_GROUP_1,
Expand Down

0 comments on commit 2776360

Please sign in to comment.