Skip to content

Console Command Config Get

lvca edited this page Dec 22, 2012 · 3 revisions

Console command config get

Config Get

Returns the value of the requested configuration value.

Syntax

config get <config-name>

Where:

  • config-name Name of the configuration

Example

    > config get db.cache.enabled
    
    Remote configuration: db.cache.enabled = false

See also

To display the entire configuration use the config.

This is a command of the Orient console. To know all the commands go to Console-Commands.

Clone this wiki locally