Skip to content

Commit

Permalink
Add a frontend prop for clickhouse mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Nov 21, 2024
1 parent 7295a27 commit 0bbb2fe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,11 @@ public enum FrontendProperty {
skin_right_nav_show_web_tours("skin.right_nav.show_web_tours", "false"),

enable_study_tags("enable_study_tags", null),
enable_darwin("enable_darwin", null);
enable_darwin("enable_darwin", null),

clickhouse_mode("clickhouse_mode", "false");



private final String propertyName;
private final String defaultValue;
Expand Down

0 comments on commit 0bbb2fe

Please sign in to comment.