Skip to content

Configure Module Visibility

The fr.insee.rmes.bauhaus.modules property in your Spring Boot configuration controls which module tiles appear on the Bauhaus home page.

fr.insee.rmes.bauhaus:
modules:
- identifier: concepts
fr.insee.rmes.bauhaus:
modules:
- identifier: concepts
- identifier: classifications
- identifier: operations

Set disabled: true to keep the tile visible but block access with an “under maintenance” message:

fr.insee.rmes.bauhaus:
modules:
- identifier: concepts
- identifier: classifications
disabled: true

disabled: false is the default and can be omitted.