This article details how to disable and enable the CSW service type and how to configure other properties of CSW services.

Disable and enable the CSW service type

You can disable the CSW service type. This means that the CSW service endpoint is no longer available and that you can no longer create CSW services.

To disable the CSW service type, change the enabled property under fusion.ogc.csw to false in the config/fusion.common.yml file:

fusion.ogc:
  # Allows to enable/disable the CSW service. The default is true.
  csw:
    enabled: false

Restart LuciadFusion for the change to take effect.

To enable the CSW service type again, change the enabled property to true and restart LuciadFusion.

Configure the other CSW service properties

You can configure several other properties of CSW services. You can find those properties under csw in the config/fusion.common.yml file.