Module config

Source
Expand description

The server configuration as processed from the startup wrapper. This controls a number of variables that determine how our backends, query server, and frontends are configured.

These components should be “per server”. Any “per domain” config should be in the system or domain entries that are able to be replicated.

Structs§

CliConfig
Configuration
The internal configuration of the server. User-facing configuration is in ServerConfig, as the configuration file is parsed by that object.
ConfigurationBuilder
The internal configuration of the server. User-facing configuration is in ServerConfig, as the configuration file is parsed by that object.
EnvironmentConfig
IntegrationReplConfig
IntegrationTestConfig
OnlineBackup
ServerConfig
This is the Server Configuration as read from server.toml or environment variables.
ServerConfigV2
TlsConfiguration

Enums§

HttpAddressInfo
LdapAddressInfo
ServerConfigUntagged
ServerConfigVersion
ServerRole
Version