Skip to content

Console Command Config Set

lvca edited this page Dec 22, 2012 · 3 revisions

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.

Clone this wiki locally