Skip to content

Commit

Permalink
Add enable_cross_study_expression frontend property
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Sep 28, 2023
1 parent f2b9eee commit c9dc56e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ public enum FrontendProperty {
oncoprintOncoKbHotspotsDefault("oncoprint.oncokb_hotspots.default", "true"),
oncoKbTokenDefined("oncokb.token", ""),
sessionServiceEnabled("session.service.url", ""),
frontendUrl("frontend.url", null);
frontendUrl("frontend.url", null),

enable_cross_study_expression("enable_cross_study_expression", "");

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

0 comments on commit c9dc56e

Please sign in to comment.