Skip to content

Commit

Permalink
Update application-bdc.properties with dashboard and filtering configs
Browse files Browse the repository at this point in the history
- Added `dashboard.enable.bdc_hack` property
- Added `dashboard.layout.type` property
- Moved `filtering.unfilterable_concepts` property
- Ensured newline at end of file
  • Loading branch information
TDeSain committed Nov 20, 2024
1 parent fe86e5b commit f89fa61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application-bdc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ spring.datasource.username=${DATASOURCE_USERNAME}
server.port=80

dashboard.enable.extra_details=true
dashboard.enable.bdc_hack=true
dashboard.layout.type=bdc

filtering.unfilterable_concepts=stigmatized

filtering.unfilterable_concepts=stigmatized

0 comments on commit f89fa61

Please sign in to comment.