Skip to content

Commit

Permalink
disable superuser seed flag by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maranmaran committed May 3, 2024
1 parent 9061187 commit 40f1e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class PulsarApplicationListener implements ApplicationListener<ContextRef
private String defaultEnvironmentBookieUrl;

@Value("${default.superuser.enable}")
private Boolean defaultSuperuserEnable;
private Boolean defaultSuperuserEnable = false;

@Value("${default.superuser.name}")
private String defaultSuperuserName;
Expand Down

0 comments on commit 40f1e54

Please sign in to comment.