edgedb configure​

Configure the EdgeDB server.

  1. edgedb configure [connection-options] action \
  2. [parameter value] \
  3. [parameter-class --property=value ...]

Description​

edgedb configure is a terminal command used to alter the configuration of an EdgeDB instance. There are three types of configuration actions that can be performed.

Actions​

edgedb configure insert

Insert a new configuration entry for a setting that supports multiple configuration objects (e.g. Auth or Port).

edgedb configure set

Set a scalar configuration value.

edgedb configure reset

Reset an existing configuration entry or remove all values for an entry that supports multiple configuration objects.

Options​

Most of the options are the same across all of the different configuration actions.

connection-options

See connection options.

parameter

The name of a primitive configuration parameter. Available configuration parameters are described in the Config section.

value

A value literal for a given configuration parameter or configuration object property.

parameter-class

The name of a composite configuration value class. Available configuration classes are described in the Config section.

--property=value

Set the property of a configuration object to value.