Disable and enable module in production
If your specific configuration entry or references suggest that there are variables or function in the config.json
file, you may be able to change them.
Procedure
- Log in into the Management console (Port 8889).
- Go to the
keepconfig.d
and open theconfig.json
. The default configuration settings are here, config.json.
Example:
config.json
json
{
"verticles": {
"Design": {
"active": false
}
}
}
This is how the 'isActive' value to the corresponding configuration entry is turned off or disabled.
-
Create text file and paste the resource code. You may edit the file according to your reference. False and true are the indicator for disable and enable.
-
Click Save in a
.json
file format onkeepconfig.d
. - Restart Domino REST API on all servers with this new configuration.