You can disable the WFS service type. This means that the WFS service endpoint is no longer available and that you can no longer create WFS services.
To disable the WFS service type, change the wfs.enabled
property under fusion.ogc
to false
in the config/fusion.common.yml
file:
fusion.ogc:
# Allows to enable/disable the WFS service. The default is true.
wfs.enabled: false
Restart LuciadFusion for the change to take effect.
To enable the WFS service type again, change the enabled
property to true
and restart LuciadFusion.