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