Console Command Config Set - aemadrid/orientdb GitHub Wiki
Console command: config set
Config Set
Change the value of a property.
Syntax
config set <config-name> <config-value>
Where:
- config-name Name of the configuration to change
- config-value Value to set
Example
> config set db.cache.enabled false
Remote configuration value changed correctly
See also
To know all the configuration values use the config. To read a configuration value use the config get.
This is a command of the Orient console. To know all the commands go to Console-Commands.