This article details how to disable or enable the MBTiles service type.

Disable/enable the MBTiles service type

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

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

fusion.mbtiles:
  # Allows to enable/disable the MBTiles service. The default is true.
  enabled: false

Restart LuciadFusion for the change to take effect.

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