Este contenido no está disponible en el idioma seleccionado.
5.5. Disabling Downloadable Cartridges
The
DOWNLOAD_CARTRIDGES_ENABLED
setting, located in the /etc/openshift/broker.conf
file, is set to true
by default. Set it to false
to disable the ability to use downloadable cartridges.
Procedure 5.3. To Disable Downloadable Cartridges:
- Open the
/etc/openshift/broker.conf
file on the broker host and set theDOWNLOAD_CARTRIDGES_ENABLED
value tofalse
:DOWNLOAD_CARTRIDGES_ENABLED="false"
DOWNLOAD_CARTRIDGES_ENABLED="false"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the
openshift-broker
service:service openshift-broker restart
# service openshift-broker restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow