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.
- Configuration
Builder - The internal configuration of the server. User-facing configuration is in ServerConfig, as the configuration file is parsed by that object.
- Environment
Config - Integration
Repl Config - Integration
Test Config - Online
Backup - Server
Config - This is the Server Configuration as read from
server.toml
or environment variables. - Server
Config V2 - TlsConfiguration